|
IsLower() |
|
|
Purpose To determine if the first character of a string is lower case Syntax IsLower( <cString> ) lLogical Arguments <cString> is the string to test Returns IsLower() returns TRUE if the first character in <cString> is lower case (a-z).
|