| **Navigation:**  [[templates.htm|Templates]] > [[tlrcontents.htm|Template Language Reference]] > Complete Alpha Listing >====== #COMMENT (specify comment column) {{c6h0068.jpg|C6H0068.jpg}} ====== | [[ code define a code template .htm|{{btn_prev_n.gif|Previous page}}]][[tlrcontents.htm|{{btn_home_n.gif|Return to chapter overview}}]][[ context set template code generation context .htm|{{btn_next_n.gif|Next page}}]] | | || **#COMMENT(** //column// **)** {{blk2blue.jpg|blk2blue.jpg}} | **#COMMENT** | Sets the default column number for aligned comments. | | //column// | A numeric constant in the range 1 to 255. | The **#COMMENT** statement sets the default column number in which Clarion comments prefaced with the #<;! statement will be generated by the Application Generator. **Example:** **#COMMENT****(50)     #!Set comment column** **IF Action = 1    #<;!If adding a record** **  SomeVariable = InitVariable** **END** **See Also:     **[[ aligned target language comments .htm|#<;]]