UCASE

us = UCASE (s)

Converts the string s to a upper case string us.

See LCASE for converting a string to lower case. UCASE and UPPER are equivalent.

Example

s = "abc"
print ucase(s)      ' Output: ABC
String
If there is insufficient information on this page and you wish learn more about UCASE, please send an email to smallbasic@gmail.com. You can help to improve information about UCASE by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.