PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: DefineMacroReplace[Next]: ExpandX

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
    


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

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Thursday January 17 2002 at 6:27pm