Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to parse numbers only from a string?
Message
From
02/12/2002 21:25:06
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to parse numbers only from a string?
Miscellaneous
Thread ID:
00728861
Message ID:
00728861
Views:
68
Hi all:

I currently have an Excel spreadsheet with data from an MDB file, which I plan to insert into a new VFP free table.
USE Details
ZAP
APPEND FROM c:\Delta\Clients TYPE xls
The above code works. I proceed to select information from Details.dbf into a cursor and then assign some variables their values from the fields in the cursor.

Problem: There is one field which contains the phone numbers along with their area codes, formatting and sometimes it even contains text e.g.
MESS:(999) 999-9999
How do I parse the numbers only i.e. only the 9999999999, so that I can assign this vlaue to a variable which will then be inserted into the main client table.

Thank you for your guidance.
- Ravi

True greatness consists in being great in little things.
- Charles Simmons
Next
Reply
Map
View

Click here to load this message in the networking platform