Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select() and variables?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00874515
Message ID:
00874517
Vues:
10
>Can I use a variable to select the number of the work area? The following does not work
>
>myArea = select()
>select myArea
>
>Thanks
>Steve

Try:
SELECT (myArea)
* Or
myAlias = ALIAS()
SELECT (myAlias)
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform