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

WhiteSpace=["]ExtraWhiteSpaceCharacters["]

This #option command can be used to adjust the characters that PPWIZARD treats as whitespace. A space is always treated as whitespace. Each extra character you define will be converted to a real space as lines are read from files.

The default whitespace for unix will ensure that PC based files whose lines end with carriage return then linefeed and may have end of file characters embedded in the file can be read without conversion.

Example

The following example shows how to define the "~" and form feed (hex code '0C') characters as whitespace. In a unix environment we have removed the default whitespace conversions.

    PPWIZARD INPUT.IT /Option:WhiteSpace="{x0C}~"
    


[Top][Contents][Search][Prev]: Warnings[Next]: #output

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