Extract setting
This setting allows scans of a certain length that do not have prefixes, to have a substring extracted for processing.
Example:
Extract=10,1,2
Three items must be specified, the length to look for (10 in this case), the character to begin extraction at (1) and the number of characters to extract (2). The character to begin extraction on assumes 0 as the first character.
With the above example, if the number 0123456789 is entered, 12 is extracted. Also, the Extract setting can take any number of settings by using a semi-colon as a separator.
Example:
Extract=10,1,2;11,2,3