Unit 2 - Input Masks Flashcards
0
Allows digits (0-9 only - does not allow plus (+) or minus (-) signs) Entry is required
9
Allows digits or spaces (does not allow plus (+) or minus (-) signs)
Entry is not required
#
Allows digits or spaces (spaces are removed when the data is saved)
Allows a plus (+) or minus (-) signs
Entry is not required
L
Allows letters only (A-Z)
Entry is required
?
Allows letters only (A-Z)
Entry is optional
A
Allows letters or digits
Entry is required
a
Allows letters or digits
Entry is optional
&
Allows any characters or a space
Entry is required
C
Allows any character or a space
Entry is optional
Converts to lowercase all characters that follow
>
Converts to uppercase all characters that follow
\
Causes the character immediately following to be displayed as a literal character rather than as a mask character
””
Characters enclosed in double quotes will be displayed literally