| **Navigation:**  [[templates.htm|Templates]] > [[tlrcontents.htm|Template Language Reference]] > Complete Alpha Listing >====== #INDENT (change indentation level) {{c6h0068.jpg|C6H0068.jpg}} ====== | [[ include include a template file .htm|{{btn_prev_n.gif|Previous page}}]][[tlrcontents.htm|{{btn_home_n.gif|Return to chapter overview}}]][[ insert insert code from a group .htm|{{btn_next_n.gif|Next page}}]] | | || **#INDENT(** //value //**)** {{blk2blue.jpg|blk2blue.jpg}} | **#INDENT** | Changes the indentation level of generated code. | | //value// | An expression that resolves to a positive or negative integer which specifies the amount and direction to change the current indentation level. | The **#INDENT** statement changes the indentation level of generated code by the amount and direction specified by the //value// parameter. If the //value// is positive, the indentation level increases (moves right). If the //value// is negative, the indentation level decreases (moves left). **Example:** **#INDENT****(-2)                 #!Change indent level left 2 spaces** **See Also:     **[[ insert insert code from a group .htm|#INSERT]]