[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| ISALPHA |
+---------------------------------+
ISALPHA(<expC>)
-----------------------------------
Returns true if <expC> begins with an alphabetic character.
Return value - Logical
-----------------------------------
ISALPHA() returns true (.T.) if the first character is a-z or A-Z; false
(.F.) is returned if the expression begins with a non-alphabetic or a
numeric character.
+---------------------------------+
| Examples |
+---------------------------------+
CLOSE ALL
USE salesrep
? ISALPHA(soldby)
DISPLAY soldby
USE items
? ISALPHA(item)
DISPLAY item
-----------------------------------
See Also: ISDIGIT(), ISLOWER(), ISUPPER(), LOWER(), PROPER(), UPPER()
-----------------------------------
See Also:
ISDIGIT()
ISLOWER()
ISUPPER()
LOWER()
PROPER()
UPPER()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson