Home / lang / ucase 
UCase$
Syntax
Result = UCase$ ( String )
Result = Upper$ ( String )

Returns a string converted to upper case.

This function does not work with UTF-8 strings.

Example
PRINT UCase$("Gambas ALMOST Means BASIC !")

GAMBAS ALMOST MEANS BASIC !


See also
String Functions