Result = UCase$ ( String ) Result = Upper$ ( String )
Returns a string converted to upper case.
PRINT UCase$("Gambas ALMOST Means BASIC !") GAMBAS ALMOST MEANS BASIC !