Generated from C.65.00 /SYSADMIN/PUB/MYCICAT last modified on Sun Aug 29 15:08:37 2004
Syntax: NUMERIC (string)
Defn: A CI evaluator function that determines whether or not
a string consists entirely of digits.
Type: Boolean
Example: numeric('12345')
Result: TRUE
Example: numeric('$a234ef')
Result: FALSE
Back to Main Index