Checks if the original data has 'A' at position 3, 'B' at position '4' and last character is '?'.
MATCH , 10 , " *A*",
Checks if the original data includes a string with a digit as first character and "A*" followed at position 10.
7.5. Modifier
Modifier has two types of fields:
7.5.1.A-String Format:
"abc..."
'a', 'b' and 'c' in the string can be any character.
BCD
and output string is
BarCoDe
"ar", 'o' and 'e' in output string are added strings and can be defined by
Note: If '*' on Programming Sheet are included in
7.5.2.
O-STR , P, N,
Example:
Original data is: Barcode
Then
O-Str , 4, 4,
Gives output as
code
Note:
--N can be '#' for all remaining characters from P.
--If P greater than the length of original data, the
Page 26