<< Click to Display Table of Contents >> IsUpper() |
|
Purpose
To determine if the first character of a string is upper case
Syntax
IsUpper( <cString> ) lLogical
Arguments
<cString> is the string to test
Returns
IsUpper() returns TRUE if the first character in <cString> is upper case (A-Z).