Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001
Syntax: TYPEOF(expression)
Defn: A CI evaluator function that returns the type of a
variable or expression where:
0 = invalid type
1 = Integer
2 = String
3 = Boolean
Type: Integer
Example: typeof(HPPATH)
Result: 2 (string)
Back to Main Index