Input Mask

An input mask is a template that provides precise control over each individual character of data received. At print time, it acts as a template to force data into a specified pattern. When you select Set by Input Mask from the Allowable Characters option on the Character Filter dialog, you can define your input mask by entering input mask characters or choose a predefined input mask from the Select Sample Mask dialog.

An input mask is comprised of three parts separated by two semicolons:

Requirements for Individual Characters

The characters that you enter into the Input Mask determine the type of data which can be received for each individual character position in a data field. By using control characters, you can state explicitly whether the character in any position should be a number, letter, symbol, or space.

Specifying Symbols to Act as Separators

You can also enter characters, such as spaces, dots, dashes, and parentheses, into the input mask to separate the variable data entered. These characters are called literal characters.

For more information, see Understanding Input Mask Characters.