Navigation: Macros > Macro Language > Built-in Functions > All Functions
UpperCase
str = UpperCase(sAnyString)
This macro function converts all the characters of a string into their uppercase.
sResult = UpperCase('the canadian team') // 'THE CANADIAN TEAM'
See also: LowerCase.
Topic 105109, last updated on 18-Apr-2020