Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What means to use Select 0 ?
Message
 
À
18/01/2001 21:28:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00465532
Message ID:
00465548
Vues:
12
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform