Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To Do This With A JOIN?
Message
From
03/01/2006 16:04:42
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
03/01/2006 15:38:02
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01081733
Message ID:
01082859
Views:
10
>>Interesting. Timer because it has a small RAM footprint. CTOBIN instead of BUF2NUM is faster. Why do this?
>>
>>
PRIVATE lcCurrentBuffer
>>STORE "     " to lcCurrentBuffer
>>
>A literal string reduce the overhead.

PRIVATE lcCurrentBuffer reduces the overhead? It takes time to execute the line.

BTW, this will crash if ADLLS returns 0
ADLLS(laDlls)
IF EMPTY(ASCAN(laDLLs,"QueryPerformanceCounter",1,-1,2,15))

This is better?

LOCAL m.lnDLLs
m.lnDlls = ADLLS(laDlls)
IF m.lnDLLs = 0 ;
OR ASCAN(laDLLs,"QueryPerformanceFrequency",1,-1,2,15) = 0
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform