|
-
Jan 13th, 2000, 01:32 AM
#1
Thread Starter
New Member
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
-
Jan 13th, 2000, 01:39 AM
#2
Make use of the IsNumeric Function, ie.
IsNumeric("A") 'Returns False
IsNumeric("1") 'Returns True
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|