![]() ![]() |
|
ALPHAThe ALPHA function will check that the expression consists entirely of alphabetic characters.
COMMAND SYNTAXALPHA(expression)
SYNTAX ELEMENTSThe expression can return a result of any type. The ALPHA function will then return TRUE (1) if the expression consists entirely of alphabetic characters. If any character in expression is non alphabetic then the function returns FALSE (0).
NOTESAlphabetic characters are in the set a-z and A-Z
EXAMPLE
Displays:
|