Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CHRTRAN and remove characters
Message
De
14/10/2004 13:40:38
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00950654
Message ID:
00951480
Vues:
7
run this:
CLEAR
SET ESCAPE ON 
FOR n=12 TO 24
   lcStr = SPACE(2^n-32) 
? 'lenght',LEN(lcStr)
    ltStart = seconds()
    lcX = chrtran( replicate( '*',  2^n-32), lcStr , lcStr )
?? seconds() - ltStart
next
with a 256K string you have to kill the process.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform