I'm looking for a function that will look at each character in a string and verify whether it is alpha [a-z or A-Z] or numeric [0 - 9].
Is the best way to do this in VB to test the ASCII value of each character / number that is being validated?
I'd like to know the most efficient way.
I would appreciate any help or pointers.
Thanks!
Robeen
Is the best way to do this in VB to test the ASCII value of each character / number that is being validated?
I'd like to know the most efficient way.
I would appreciate any help or pointers.
Thanks!
Robeen