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 !


See also

LTrim$ | Left$ | Lower$ / LCase$ | Mid$ | RTrim$ | Replace$ | Right$ | Space$ | Split | String$ | Subst$ | Trim$ | Upper$ / UCase$