OCR Programming
262
Optional Digit (7)
When this option appears in the template string, the template accepts a numeric character if present. Optional
characters are not allowed as the first character(s) in a field of like characters.
Template Valid data Valid data Invalid data
99977 12345 789 789AB
Digit or Fill (8)
The data validator accepts any numeric or fill character in this position.
Template Valid data Valid data Valid data
88899 12345 >>789 <<789
Alpha or Fill (F)
The data validator accepts any alpha or fill character in this position.
Template Valid data Valid data Valid data
AAAFF ABCXY LMN>> ABC<5
7
8
F