PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
This #option command can be used to adjust the
way that PPWIZARD processes tab characters (ascii 9).
The "HowToHandle" parameter controls how
tabs if found are handled. Valid options are:
- Ignore
Don't do anything, just ignore, this may cause preprocessor to fail
(depending on where tabs are located).
- ToSpaces
Each tab is converted to one only space.
- Warnings
Each tab is converted to one only space and a warning is generated.
This is the default condition.
- A Number
This option is useful where your source uses a fixed tab stop (of 8 is
very common).
Each tab is expanded to the correct number of spaces for the tabs
position.
PPWIZARD Manual

Thursday January 17 2002 at 6:27pm