Generated from C.65.00 /SYSADMIN/PUB/MYCICAT last modified on Sun Aug 29 15:08:37 2004
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