Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CHRTRAN and remove characters
Message
From
14/10/2004 13:40:38
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00950654
Message ID:
00951480
Views:
6
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform