Return 1 if a character is an upper case alphabetic character.
Syntax: x = islower(char)
Example:
Dim x as uByte x=isupper("Z") ' x=1 x=isupper("z") ' x=0
Also See: