J
John S. Ford, MD
I need to write a function to test whether a text box contains an entry of a
4-digit number? The text box in question is bound to a "text" field. In
other words, I want to know if my user has typed in a 4-digit number (TRUE)
or anything else including no entry at all (FALSE).
I want to avoid using an input mask.
Thanks in advance,
John
4-digit number? The text box in question is bound to a "text" field. In
other words, I want to know if my user has typed in a 4-digit number (TRUE)
or anything else including no entry at all (FALSE).
I want to avoid using an input mask.
Thanks in advance,
John