Equinox Online Help - Language Reference - A to Z

Home

Uppercase

Applies to
SyntaxUppercase(StringExpression)
Action[Function] Converts any lowercase characters in a string to uppercase.
ScopeUsable anywhere.
Notes

This function returns a copy of StringExpression, with any lowercase characters changed to uppercase.

CategoryConversions
See Also Asc, Card, ChoosePrinter, HexNum, HexStr, Lowercase, Ord, Str, StrCase, StrDate, StrTime
Example

In the following example, the adjacent comment shows what is printed (in the Print window).

Print Uppercase("I'm not angry!") | I'M NOT ANGRY!