Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
M. performance
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00647967
Message ID:
00648253
Views:
26
>>>You're missing my point. You fail to show that your rule is better.
>>
>>Your rule is simply incorrect... There was a thread about the same problem in Visual FoxPro Club in Russian about month ago. You may try to find it.
>
>I'm sorry Nadya, but it's not enough to say that it's is incorrect, you've to prove that.
I've just posted a test result in reply to Elmer. Anyway, here it is:
local i, ab, lnSec
lnSec =seconds()
for i=1 to 10000000
    ab=1
next
?seconds()- m.lnSec     
clear all
lnSec =seconds()
for i=1 to 10000000
    m.ab=1
next
?seconds()- m.lnSec
14.115sec. vs. 16.743sec.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform