Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 3 performance Versus VFP 6
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
VFP 3 performance Versus VFP 6
Miscellaneous
Thread ID:
00145978
Message ID:
00145978
Views:
69
I use a wait window in one of my routines and noticed that it is a lot slower in VFP6 than VFP3. So I did a small test:

nStart=SECONDS()
FOR x=1 to 150000
WAIT WIND ALLT(STR(x)) NOWAIT
ENDFOR
WAIT WIND ALLT(STR(SECONDS()-nStart,12,3))

This took 103 seconds in VFP6, while only taking 49 Seconds in VFP3. Does anyone know why this is? I know this specific case is not important, but I wonder where else I might run into this. Any thoughts are appreciated.

Marcus.
Reply
Map
View

Click here to load this message in the networking platform