snerting
Programmer
- Oct 20, 2005
- 52
debug.print IsNumeric("KR00")
True
debug.print IsNumeric("KR75")
True
debug.print IsNumeric("9D44")
True
What!? Is it taking like hexadecimal numbers and currency into consideration or what the **** is it doing?
I just want to see if a string contains anything else than 0...9 Guess I have to write a little algorithm myself or use regex.
True
debug.print IsNumeric("KR75")
True
debug.print IsNumeric("9D44")
True
What!? Is it taking like hexadecimal numbers and currency into consideration or what the **** is it doing?
I just want to see if a string contains anything else than 0...9 Guess I have to write a little algorithm myself or use regex.