Description |
Retrieves a part of the text specified and places the result in a variable. Used to retrieve text from a text value. |
Declaration |
<AMTEXTGETSUBTEXT TEXT="text" STARTPOSITION="text" LENGTH="number" RESULTVARIABLE="text [variable name]"> |
Example |
<AMVARIABLE NAME="test">hello</AMVARIABLE> |
General Tab Parameters |
Original text: Specifies target text to retrieve the subtext from. Text, Required Starting position: Specifies the position in the text to begin retrieving the text. Number, Required Length of text to retrieve: Specifies the number of characters that should be inserted. Number, Required Populate variable with result: Specifies the variable to receive the new value. Text [variable name], Required |