indent_change_indentation_level_.htm
Navigation: Templates > Template Language Reference > Complete Alpha Listing >====== #INDENT (change indentation level) ====== | |
#INDENT( value )
#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
indent_change_indentation_level_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1