Convert Case

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

General Tab

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:

  • Upper case (default): The text will be converted to "UPPER CASE".

  • Lower case: The text will be converted to "lower case".

Populate variable with result

Text

Yes

(Empty)

RESULTVARIABLE="varname"

The variable in which to populate the newly converted text.