Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parsing Fields
Message
 
To
05/01/1999 22:26:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00173008
Message ID:
00173064
Views:
26
Hi Donald,

>What's a good algorithm for removing numeric information out of text fields or vice versa?

If all you want is to remove certain characters, you can use CHRTRAN() in either way:

a) remove certain characters: CHRTRAN(string,"123456789","")

b) remove anything else but certain characters: CHRTRAN(string,CHRTRAN(string,"123456789",""),"")

Christof
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform