CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #1
    Join Date
    Dec 2002
    Posts
    55

    How to find 3 digit number in string...

    I would like to find every 3-digit number in a string and add each 3-digit number to a database.

    The database stuff I know but finding a 3-digit number... I'm lost. All help is very appreciated.

    Thanks
    Relentless

    Edit:

    All the 3-digit numbers in this string are followed by 8 spaces.
    Last edited by Relentless; April 23rd, 2005 at 01:23 PM.

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

Featured