UCase$

Result = UCase$ ( String ) Result = Upper$ ( String )

Return a string converted to upper case.

This function does not work with UTF-8 strings. Use String.UCase instead.

Example

Print UCase$("Gambas ALMOST Means BASIC !")
GAMBAS ALMOST MEANS BASIC !

See also