Code Related Item: Options
Select None, Simple, or Pattern from the drop-down list.
Selections:
Simple: Allows cutting a programmable part of the code either at the
beginning or at the end of the code.
Pattern: Allows cutting a part of the code according to a particular prefixed
pattern.
Number of
Leading Chars
to Cut
Enter the number of leading characters to cut from the barcode in the field provided
(available when Simple is selected from the Code Cutting drop-down list).
Number of
Trailing Chars
to Cut
Enter the number of trailing characters to cut from the barcode in the field provided
(available when Simple is selected from the Code Cutting drop-down list).
Pattern
Delimiting
Chars to Cut
Enter the pattern delimiting characters in the field provided (available when Pattern
is selected from the Code Cutting drop-down list).
Select Keep Before, Keep After, or Keep Middle from the drop-down list (available
when Pattern is selected from the Code Cutting drop-down list).
Selections:
Keep Before: Cuts the part of the code that starts with the pattern string
(databefore the string remains).
Keep After: Cuts the part of the code that precedes and includes the pattern
string (data after the string remains).
Keep Middle: Cuts the part of the code before and after (including) the two
pattern strings (data between the two strings remains)
Example: