Result = Upper$ ( String )
Result = UCase$ ( String )
Returns a string converted to upper case. Note that this function does not work with UTF-8 strings.
PRINT Upper$("Gambas ALMOST Means BASIC !")GAMBAS ALMOST MEANS BASIC !
LTrim$ | Left$ | Lower$ / LCase$ | Mid$ | RTrim$ | Replace$ | Right$ | Space$ | Split | String$ | Subst$ | Trim$ | Upper$ / UCase$