PDA

Click to See Complete Forum and Search --> : finding just number ????


s.mahdi
Jan 13th, 2000, 12:32 AM
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

Aaron Young
Jan 13th, 2000, 12:39 AM
Make use of the IsNumeric Function, ie.

IsNumeric("A") 'Returns False
IsNumeric("1") 'Returns True

------------------
Aaron Young
Analyst Programmer
aarony@redwingsoftware.com
ajyoung@pressenter.com