Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To Do This With A JOIN?
Message
From
03/01/2006 21:04:11
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
03/01/2006 17:43:47
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01081733
Message ID:
01082968
Views:
9
Hi Fabio

>>I mean is this...
>>
>>
PRIVATE m.lcCurrentBuffer
>>STORE "          " TO m.lcCurrentBuffer
>>
>
>>Better than just this?
>>
>>
STORE "        " TO m.lcCurrentBuffer
>

It is not good enough to check one line at a time.

Is this...
PRIVATE lcCurrentBuffer
STORE "          " TO lcCurrentBuffer
Better than just this?
STORE "        " TO lcCurrentBuffer
If so, then since the store results in a private variable, no need to do...
PRIVATE lcCurrentBuffer
Si o no? ;)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform