Converts the specified text to upper case or lower case letters and places the result in a variable. Commonly used as a text manipulation tool.
Declaration
<AMTEXTCONVERTCASE TEXT="text" RESULTVARIABLE="text" />
See Also: Find Text, Format Date/Time, Get Subtext, Insert Text, Pad Text, Replace Text, Trim Text
Property |
Type |
Required |
Default |
Markup |
Description |
Text to Convert |
Text |
Yes |
(Empty) |
TEXT="convert to upper case" |
The target text in which to convert to upper case. As with every text parameter, if the data you want to convert is contained in a variable, enter the variable name surrounded by percentage signs to resolve it to it's contents at runtime (i.e. %VarName%). |
Convert |
Text (options) |
No |
Upper Case |
CASE="upper_case" |
The case to convert the text to. The available options are:
|
Populate variable with result |
Text |
Yes |
(Empty) |
RESULTVARIABLE="varname" |
The variable in which to populate the newly converted text. |