2.0
3.0
>
lang
>
ucase
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