| **Navigation:**  [[templates.htm|Templates]] > [[tlrcontents.htm|Template Language Reference]] > Complete Alpha Listing >====== #POSTEMBED (generate ending embed point comments) {{c6h0068.jpg|C6H0068.jpg}} ====== | [[ pop delete and re fix a multi value symbol .htm|{{btn_prev_n.gif|Previous page}}]][[tlrcontents.htm|{{btn_home_n.gif|Return to chapter overview}}]][[ preembed generate beginning embed point comments .htm|{{btn_next_n.gif|Next page}}]] | | || **#POSTEMBED( **//text //[//,//**// //**//condition //]** )** {{blk2blue.jpg|blk2blue.jpg}} | **#POSTEMBED** | Generates comments at the end of embed point code. | | //text// | A string constant or constant expression containing the text to place in the embed point. | | //condition// | An expression that, when true, allows the comments to generate. | The **#POSTEMBED **statement specifies that comments generate at the end of embed points that contain code. The output //condition// is usually the value of a global prompt. The comment //text// may use the %EmbedID, %EmbedDescription, and %EmbedParameters built-in symbols to identify the embed point: | %EmbedID | The current embed point's identifying symbol. | | %EmbedDescription | The current embed point's description. | | %EmbedParameters | The current embed point's current instance, as a comma-delimited list. | **Example:** **#POSTEMBED('! After Embed Point: ' & %EmbedID & ' ' & %EmbedDescription & ' ' & | ** **              %EmbedParameters,%GenerateEmbedComments)** **See Also:     **[[ preembed generate beginning embed point comments .htm|#PREEMBED]] ,[[ emptyembed generate empty embed point comments .htm|#EMPTYEMBED]]