Home > lang > ucase 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
UCase$
Result = UCase$ ( String )
Result = Upper$ ( String )

Returns 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

String Functions