Determines whether the leftmost character of the specified character expression is a lowercase alphabetic character.
ISLOWER(cExpression) |
Parameters
- cExpression
-
Specifies the character expression that ISLOWER( ) tests. ISLOWER( ) ignores any characters after the first character in cExpression.
Return Value
Logical
Remarks
ISLOWER( ) returns true (.T.) if the leftmost character in the specified character expression is a lowercase alphabetic character; otherwise, ISLOWER( ) returns false (.F.).
Example
Copy Code | |
|---|---|
CLEAR
? ISLOWER('redmond') && Displays .T.
? ISLOWER('Redmond') && Displays .F. | |
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08