APHANUM

Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001

Back to Main Index


Syntax:     ALPHANUM(string)

Defn:       A CI evaluator function that determines whether or not
            a string consists entirely of alphabetic characters
            and digits.

Type:       Boolean

Example:    alphanum('abCd')
Result:     TRUE
Example:    alphanum('45abd')
Result:     TRUE
Example:    alphanum('3d ef')
Result:     FALSE

Back to Main Index