Description |
Adds a single character to the beginning and/or end of the specified text and places the result in a variable. |
Declaration |
<AMTEXTPAD ACTION="text [options]" TEXT="text" PADDINGCHAR="text" PADTYPE="text [options]" AMOUNT="text" RESULTVARIABLE="text [variable name]"> |
Example |
<AMVARIABLE NAME="varname">hello</AMVARIABLE> |
General Tab Parameters |
Text to pad: Specifies target text to be padded. Text, Required Pad: Specifies the location of that the padding should be applied.
text [options], Optional Default is pad_beginning Character to pad with: Specifies text to use as the padding character. Text, Required Padding type: Specifies the location of that the padding should be applied.
text [options], Optional Default is length Length of text: Specifies text the length that the text should be padded to. Number, Required if PADTYPE is length Populate variable with result: Specifies the variable to receive the new value. Text [variable name], Required |