I am working in a project ,that needs the following type of search
I need to find any number in a pragraph
can anybody give me a hint
Thanks
Printable View
I am working in a project ,that needs the following type of search
I need to find any number in a pragraph
can anybody give me a hint
Thanks
Make use of the IsNumeric Function, ie.
IsNumeric("A") 'Returns False
IsNumeric("1") 'Returns True
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]