UPPER

us = UPPER (s)

Converts the string s to a upper case string us.

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

Example

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