<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Miscellaneous functions > IsAlnum() |
Determines if an ASCII number refers to an alphanumeric character (A–Z), (a–z), or (0–9).
REGULAR FUNCTION
Result = IsAlnum(AsciiNumb)
AsciiNumb |
INDEX |
ASCII number of the character. |
Result |
BOOL |
•TRUE = Character is alphanumeric. •FALSE = Character is not alphanumeric. |