Home > lang > ucase 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
UCase$
Syntax
Result = UCase$ ( String )
Result = Upper$ ( String )

Returns a string converted to upper case.

This function does not work with UTF-8 strings.

Examples

PRINT UCase$("Gambas ALMOST Means BASIC !")

GAMBAS ALMOST MEANS BASIC !

See also

String Functions