Description |
Inserts characters into the specified text and place the result in a variable; i.e., used to insert new text into an already existing text value. |
Declaration |
<AMTEXTINSERT ACTION="text [options]" POSITION="number" INSERTTEXT="text" TARGETTEXT="text" RESULTVARIABLE="text [variable name]"> |
Example |
<AMVARIABLE NAME="thevariable">Hello</AMVARIABLE> |
General Tab Parameters |
Text to insert into: Specifies target text to insert the new text into. Text, Required Action to take: Specifies how the text is trimmed.
Text [options], Optional (default: beginning and end) Position to insert text: Specifies the position in the current text to insert new text. Number, Required if ACTION is insert_position Characters to be inserted: Specifies the characters that should be inserted. Text, Required Populate variable with result: Specifies the variable to receive the new value. Text [variable name], Required |