PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
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.
#include "FILE1.IH"
#option hashprefix='!' ;;Set prefix to '!'
!include "FILE2.IH"
!option hashprefix='' ;;Set prefix to default value
#include "FILE3.IH"
PPWIZARD Manual

Thursday January 17 2002 at 6:27pm