GLBasic Benutzerhandbuch

Main sections

UCASE$()

up$ = UCASE$(text$)



Macht aus text$ Großbuchstaben.

// UCASE$ - LCASE$
PRINT UCASE$("123 - miniMIN"), 0, 20
PRINT LCASE$("123 - MAXImax"), 0, 40
SHOWSCREEN
MOUSEWAIT

See also...