Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CHRTRAN and remove characters
Message
De
12/10/2004 14:32:47
 
 
À
12/10/2004 14:19:30
John White
Micro-Oriented Software Techniques, Inc.
Phoenix, Arizona, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00950654
Message ID:
00950784
Vues:
15
>Yes, it works just fine. However, I don't know too many people who work with 6M strings in memory... a little clumsy.
lcTestString = replicate("ABCDEF",100000)
? LEN(lcTestString), SECONDS(), IIF(LEN(strtran( lcTestString, "BDF", "" ))>0, SECONDS(), 0)
lcTestString = replicate("ABCDEF",100000)
? LEN(lcTestString), SECONDS(), IIF(LEN(Chrtran( lcTestString, "BDF", "" ))>0, SECONDS(), 0)
just to give you an idea and a coffee break <g>. For lunch up the ante.

rgds

thomas
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform