PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
| Rexx Expressions |
You can get a rexx manuals (for regina) from http://www.lightlink.com/hessling/, there are HTML and PDF versions available.
The following operators can be used:
Expressions can also make use of PPWIZARD or standard rexx functions.
Some examples of expressions being used:
#evaluate ^^ ^ResultOfExpression = (10 + 8) / 2^ ;;Value 9
#evaluate ^^ ^ResultOfExpression = (_Count - 1) % $Div^
#evaluate ^^ ^Path = GetEnv('PATH')^