PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: DuplicateParms[Next]: ExpandX
\ -> Commands -> #option -> ExtraIndent

ExtraIndent=["]IndentCmd["]

Whenever "KeepIndent" mode is on the current indent value is added to the start of each line. The default extra indent is none.

The "IndentCmd" parameter is a rexx command which produces a string value which will be used for extra indenting.

Example

The following command would increase any indenting by 10 spaces for following lines:

#option ExtraIndent=^copies(' ', 10)^  KeepIndent=ON


email me  any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Search][Prev]: DuplicateParms[Next]: ExpandX


PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Saturday May 28 2022 at 2:55pm