Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Command Understanding
Message
De
18/07/2000 14:03:19
 
 
À
18/07/2000 06:26:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00393698
Message ID:
00393938
Vues:
24
>Hi,
>
>When we use the command:
>
>Use table in 0
>
>Does the 0 (Zero) ref a work area ?
>
>And if so can you use the command in the following manner?
>
>Use table1 in 0
>Use table2 in 1
>Use table 3 in 2
>
>select table2
The other answers you got are wonderful. The direct answer is that the 0 (zero) refers to the first unused work area. You can always refer to a work area by number, letter or alias. This is why you can't use the letter 'O' to refer to a work area since it looks so much like a zero.
By the way you could do:

Use table2 in 1
Use table 3 in 2
Use table1 in 0
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform