- Home
·
- String Manipulation
·
- Single line code that prevents a user from entering alphabetic characters in a numeric-only textbox
Single line code that prevents a user from entering alphabetic characters in a numeric-only textbox
Single line code that prevents a user from entering alphabetic characters in a numeric-only textbox.
API Declarations
'of the textbox. This may be KeyUp, KeyDown or KeyPress.
Rate Single line code that prevents a user from entering alphabetic characters in a numeric-only textbox
(1(1 Vote))
Text1.text = Val(Text1.text)
Single line code that prevents a user from entering alphabetic characters in a numeric-only textbox Comments
No comments yet — be the first to post one!
Post a Comment