Will convert the string of characters to uppercase.
Upper([Text])
Where:
Text is the string of text or a reference to some text.
Rule | Meaning |
---|---|
Upper("This is SOME TeXt") | Converts all the characters within the string "This is SOME TeXt" to uppercase, so the string returned is "THIS IS SOME TEXT" |