R
Ripan
I am designing forms to input data of various types. I want to be abl
to check if an input into a text box is an integer. I know th
IsNumeric will accept any number (including floats), but I just wan
integers without any other punctuation. Is there a function to do thi
or will it have to be done manually (i.e. Check every character).
Thanks for any help
to check if an input into a text box is an integer. I know th
IsNumeric will accept any number (including floats), but I just wan
integers without any other punctuation. Is there a function to do thi
or will it have to be done manually (i.e. Check every character).
Thanks for any help