StringUpper() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Returns the uppercase equivalent of a string.
Syntax
result = StringUpper (string)
Parameters
string
A literal text, message tagname, or string expression.
Example(s)
StringUpper("abcd") returns "ABCD".
StringUpper("The Value Is 22.2") returns "THE VALUE IS 22.2".
mtag = StringUpper(mtag) converts the message value of mtag to uppercase.