Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What means to use Select 0 ?
Message
From
19/01/2001 05:24:57
 
 
To
19/01/2001 04:12:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00465532
Message ID:
00465602
Views:
11
>Hi Barbara
>
>That was a very good full answer to the question. Keep up the good work.

To expand on Barbara's answer a little bit, when you do a SELECT 0, you have actually selected the lowest numbered unused area.

So if you have a table open in area 1 and a another table open in area 3, you will now have area 2 selected as the current area with no table open in it.

If you do a USE yourtable IN 0, and the current area is 1, you'll now have yourtable open in area 2, but the current area will still be 1. Yourtable will not be the selected table (area 2).

A small, but subtle difference.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform