Generated from C.65.00 /SYSADMIN/PUB/MYCICAT last modified on Sun Aug 29 15:08:37 2004
Syntax: SETVAR(varname,expr)
Defn: A CI evaluator function that returns the result of an
expression and sets varname to that result.
Type: String, integer, or Boolean depending upon expr.
Example: setvar(myvar,2*3+5)
Result: sets myvar to 11 and returns 11
Back to Main Index