TRAVERSE Global v11.1

Input Masks

Input masks specify how data is entered and displayed in text fields.

Enter For
# Using a digit or space (optional)
0 Using digits 0-9
9 Using digits 0-9 (optional)
L Using letters A-Z
A Using digits 0-9 and letters A-Z
a Using digits 0-9 and letters A-Z (optional)
C Using any characters except spaces
Note: If your mask consists of four characters and you want all to be numbers, enter 0000. If you want the first and third characters to be letters, the second character to be a number, and the fourth character to be a letter or a number, enter L0LA.