Group Preprocessor API
PPGetMessage()
Returns the textual description of an error code
PPGetMessage( <nError> ) --> cMessage
PPSplitLine()
Splits a multi-line into an array of single lines
PPSplitLine( <cLine> ) --> aMultipleLines
PreProcessFile()
Preprocess a whole file
PreProcessFile( <cInputFileName>, <cPPOName>) --> nErrNum
PreProcessLine()
Preprocesses one line
PreProcessLine( <cInputLine>, <cOutputLine>, [<nOutLen>]) --> nErrNum
PreprocessorInstall()
Installs the PreProcessor
PreProcessorInstall( [<cStdchFileName>] ) --> nErrNum
PreprocessorUninstall()
Deinstalls the preprocessor
PreprocessorUninstall() --> nError