Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parsing Fields
Message
From
06/01/1999 04:08:45
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
 
 
To
05/01/1999 22:26:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00173008
Message ID:
00173046
Views:
27
>What's a good algorithm for removing numeric information out of text fields or vice versa?
>
>We're getting a lot of file conversions lately and just thought one of you might have a better approach than the "brute force" method I've been using lately.
>
>TIA

If you just need to remove the numbers, you could use:

? CHRTRAN( lcString, "1234567890", "")
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Previous
Reply
Map
View

Click here to load this message in the networking platform