Upper$ / UCase $

Result = Upper$ ( String )

Result = UCase$ ( String )

Returns a string converted to upper case.

Example :

PRINT Upper$("Gambas ALMOST Means BASIC !")
=> GAMBAS ALMOST MEANS BASIC !


Referenced by :