@ToUpperCase
@TOUPPERCASE changes the characters in the string to upper case.
DTP Type:
@TOUPPERCASE can be assigned to a DTP of type member, members, dimension, dimensions, string, or password.
Syntax:
@TOUPPERCASE(String)
Parameter:
| Parameter | Description |
|---|---|
String |
Design-time prompt or text |
Example:
[TOUPPERCASE_Str]=@TOUPPERCASE([String1])
Where:
-
[TOUPPERCASE_Str]is a DTP of type string that is not a checked prompt. -
[String1]is a DTP of type string that is a checked prompt.
Assume that the parameter is as follows:
String: "Testing to convert to upper case."
In this example, [TOUPPERCASE_Str] returns "TESTING TO CONVERT TO UPPER CASE."