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

HashPrefix=["]NewPrefix["]

This #option command allows you to modify the characters which tell PPWIZARD that a line contains a ppwizard command. The default is that PPWIZARD commands begin with '#'.

The NewPrefix parameter if empty sets the default value or specifies the new character or characters that preceed all commands.

This command is useful if the language or file you are processing already uses the '#' character for its own reasons. Rather than using many <?HashPrefix> codes it is much easier to move PPWIZARD out of the way.

Example

    #include "FILE1.IH"
    #option   hashprefix='!'        ;;Set prefix to '!'
    !include "FILE2.IH"
    !option   hashprefix=''         ;;Set prefix to default value
    #include "FILE3.IH"
    


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

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