Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Looking for a command!
Message
De
10/06/1998 05:32:28
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, Royaume Uni
 
 
À
10/06/1998 05:26:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00106563
Message ID:
00106631
Vues:
27
>>I am looking for a command that will strip char from a string. Like the command strtran() but work for all char. in the string,
>>
>>Ex: a = "adchw"
>> b = "wrcjs"
>>?str????(a,"wcs") ==> "adh"
>>?str????(b,"wcs") ==> "rj"
>>
>>I know it exist because Paul is using it!
>
>Jean-René,

If you prefer to stay in VFP, you can use

? CHRTRAN( "abcdefghijk", "afj","")
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform