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