Advance Options
- Number System - the number system to
use when generating the sequence
- Decimal - regular integers such as
1, 2, 3, ...
- Alphabetic - uppercase letters such
as A, B, C, ...
- Alphabetic (L) - lowercase letters
such as a, b, c, ...
- Binary - binary numbers such as 1,
10, 11, ...
- Octal - octal numbers such as 1, 2,
3, ... , 6, 7, 10, 11, ...
- Hexadecimal - hexadecimal numbers
such as 1, 2, 3, ... , 8, 9, A, B, ...
- Hexadecimal (L) - lowercase
hexadecimal numbers such as 1, 2, 3, ... , 8, 9, a, b, ...
- AlphaNumBase36 - Base 36
alphanumeric values such as 1, 2, 3, ... , 9, A, B, ... , M, N, O, ...
- AlphaNumBase36 (L) - Base 36
lowercase alphanumeric values such as 1, 2, 3, ... , 9, a, b, ... , m, n, o,
...
- Restart counting after the number reaches
- restart counting when the counter reaches this value
- Restart counting from - the value to
restart counting from
- Generate subsequent terms every - when
to generate the next value in the sequence
- records - generate the next term
after the specified number of records
- labels - generate next term after
the specified number of labels
- copies of records - generate the
next term after the specified number of duplicate records; if you are
printing duplicate copies of each database record, then you can include a
serial number on each duplicate and the serial number will restart for each
database record
- Update start of sequence after print -
continue counting at the next value after printing; for example, if you print
three labels, the sequence that is printed may be 1, 2, 3; if this box is
checked, the next time you print, the sequence would continue at 4, 5, 6, ...
- Prefix serial number with - attach the
specified text to the beginning of each serial number
- Suffix serial number with - attach the
specified text to the end of each serial number
- Length of serial number - the length
of the serial number can be specified
- Fixed (Add Zeros) - Pad the serial
number to the specified length with zeros
- Fixed (Add Spaces) - Pad the serial
number to the specified length with spaces
- Auto - Do not pad the serial number
- Show Preview - click to show the first
10 values in the sequence
|