Results 1 to 2 of 2

Thread: finding just number ????

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    kuwait
    Posts
    9

    Post


    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

  2. #2
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177

    Post

    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
  •  



Click Here to Expand Forum to Full Width