Upper$ / UCase $

Result = Upper$ ( String )

Result = UCase$ ( String )

Returns a string converted to upper case. Note that this function does not work with UTF-8 strings.


Example

PRINT Upper$("Gambas ALMOST Means BASIC !")

GAMBAS ALMOST MEANS BASIC !