Parameters | Details |
---|---|
a | Values:
Any character except the current format and control prefix (^ and ~ by default). Default: # |
^FN2^FDField FN 2 Data^FS ^FN3^FDField FN 3 Data^FS ^FE#^FD#2# and then #3#^FS
Parameters | Detail |
---|---|
n | The number of the ^FN from which the data is taken. |
a either f or b | f (for forward) indicates that data is taken from the from the start of the ^FN , and b (for backward) indicates that data is taken from the end. |
x | The starting position counts from the first or last character. 1 indicates start with the first character. If a is b , then x starts counting from the end of the data and counts backward, so 1 would be starting from the last character. 0 is invalid, and the field inserting description is ignored, which is also the case for negative numbers |
y | The number of characters to take. If y is greater than the number of characters available, all the characters are taken from the starting position to the last character. |
^FN2^FDField FN 2 Data^FS ^FN3^FDField FN 3 Data^FS
^FE#^FD#2,f,1,5#^FS
^FE#^FD#2,f,7,4#^FS
^FE#^FD#2,b,1,4#^FS
^FE#^FD#2# and #3,f,10,6#^FS