Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remove char from string
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00625601
Message ID:
00625602
Vues:
7
You can use chrtran() function
For Example
x= "1xzer234asd/ADFW567"
x = chrtran(x, chrtran(x, "1234567890", ""), "")

result is "1234567"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform