Description
The ISUPPER() function will check that the expression consists of entirely upper case characters. The function takes the general form:
ISUPPER(expression)
Where expression can return a result of any type.
The function will return TRUE (1) if the expression consists of entirely lower case characters. The function will return FALSE (0) if the expression contains any characters, which are not upper case characters.
International Mode
When the ISUPPER() function is used in International Mode the properties of each character is determined according to the Unicode Standard.
Go back to jBASE BASIC.