S
Steve2788
I am making an input mask for a phone number. sometimes i don't want to
include an area code. the information on help says:
Examples of input masks
The examples in the following table demonstrate some ways that you can use
input masks.
This input mask Provides this type of value Notes
(000) 000-0000 (206) 555-0199 In this case, you must must enter an area code
because that section of the mask (000, enclosed in parentheses) uses the 0
placeholder.
(999) 000-0000! (206) 555-0199
( ) 555-0199 In this case, the area code section uses the 9 placeholder, so
area codes are optional. Also, the exclamation point (!) causes the mask to
fill in from left to right.
However when i try it with or without the !, the field fills in from the
left. Unless I type [space],[space],[space], then the 7-digit number it will
not accept it.
include an area code. the information on help says:
Examples of input masks
The examples in the following table demonstrate some ways that you can use
input masks.
This input mask Provides this type of value Notes
(000) 000-0000 (206) 555-0199 In this case, you must must enter an area code
because that section of the mask (000, enclosed in parentheses) uses the 0
placeholder.
(999) 000-0000! (206) 555-0199
( ) 555-0199 In this case, the area code section uses the 9 placeholder, so
area codes are optional. Also, the exclamation point (!) causes the mask to
fill in from left to right.
However when i try it with or without the !, the field fills in from the
left. Unless I type [space],[space],[space], then the 7-digit number it will
not accept it.