When asking a user to input a number it's easy to make sure it's higher,
lower etc then a specified amount. What I'm struggling with is if you ask
the user for a number and they enter a letter. How do you code this kind of
thing to make sure that a string is entered as a string or an integer is
entered as an integer?
I'm new to VB so I apologise for asking a question that is probably very
easy.
lower etc then a specified amount. What I'm struggling with is if you ask
the user for a number and they enter a letter. How do you code this kind of
thing to make sure that a string is entered as a string or an integer is
entered as an integer?
I'm new to VB so I apologise for asking a question that is probably very
easy.
Comment