Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parsing Fields
Message
 
À
05/01/1999 22:26:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00173008
Message ID:
00173064
Vues:
27
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform