Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Looking for a function in FoxPro5
Message
De
03/01/2002 15:48:05
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00600230
Message ID:
00600472
Vues:
12
>>I need a function that pulls all spaces out of a string, not just a trim. Does this exist already? Or do I have to write one?
>>
>>Thanks in advance,
>>Sunshine
>
>
lcMystr = "Does this exist already"
>? CHRTRAN(lcMystr, SPACE(1), SPACE(0))
Chrtran() has a bug that causes bad performance when the target string is "". Strtran() does not have the problem.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform