Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What means to use Select 0 ?
Message
 
To
18/01/2001 21:28:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00465532
Message ID:
00465548
Views:
13
Kengwen,
It tells VFP to locate a table work area which is not being used by a table. This way when you open a table it will not close a table that is already open. In the help it states that the lowest-numbered available work space is opened.

For example if you have tables open in work areas 1 and 3 then SELECT 0 will take you to work area 2 which has no table open.

You can accomplish the same thing with
USE MyNewTable in 0
HTH
Barbara


>Hi,
> I want to know what means of "Select 0" ? i did see many people code did issue this before to select or use others table.
>
>kengwen
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform