Set Selection
• Go to target field specifies the field whose contents you want to select.
• Start Position specifies the starting position of the selection.
• End Position specifies the ending position of the selection.
• Field position is determined by the number of characters, including spaces, beginning with position 1, the first character in the field. The selection includes all values beginning with the Start Position and concluding with the End Position. For example, if Field1 has the value “abcdefgh”, and the script parameters specify a start position of “3” and an end position of “6”, the script step will return the selection “cdef”.