Resets the preprocessor.
Syntax
Parameters
Returns
Exceptions
Exception
|
any exception thrown.
|
Notes
Requires that stec.pp.pp be imported.
Clears the symbol table, the include search path, the work buffer and the if directive stack.
Then resets the level, the line number, resets __iPP__, __TIMESTAMP__, __DATE__, __TIME__, __FILE__, __CWD__ and flags the __LINE__ directive to be generated.
Example
pp._reset()
|