realitycheck
New Member
- Joined
- Aug 29, 2014
- Messages
- 9
I have found ways of testing the contents of the clipboard for all kinds of things, but apparently there's no easy way of testing the clipboard for numeric values.
Basically the user will have something in the clipboard, and if it's not a digit, they made a mistake. My code will error out if there is a non numeric value in the clipboard without giving them feedback of any kind.
So I would like to have a message box pop up if the value in the clipboard is non numeric.
Does anyone have the proper syntax for doing this?
Thanks in advance.
Basically the user will have something in the clipboard, and if it's not a digit, they made a mistake. My code will error out if there is a non numeric value in the clipboard without giving them feedback of any kind.
So I would like to have a message box pop up if the value in the clipboard is non numeric.
Does anyone have the proper syntax for doing this?
Thanks in advance.