PPWIZARD Manual
[Bottom][Contents][Search][Prev]: Rexx Variables[Next]: Rexx Conditional Logic

Rexx Expressions

You can get a (slighty out of date) regina rexx manual from http://sites.netscape.net/ssatguru, this has HTML and compiled Windows Help formats for download.

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')^
    


[Top][Contents][Search][Prev]: Rexx Variables[Next]: Rexx Conditional Logic

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Tuesday January 02 2001 at 7:37am