Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Console app no main window writing to the dos window
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00180936
Message ID:
00180939
Vues:
19
>[...] how do you call a use like the following:
>
>sTable = MyFoxTable.dbf
>USE sTable
>
USE (sTable)

will do it. I suggest reading programmer documentation (online books, help files) about "name expressions". Useful feature to know. Faster than macro substitution where you can use it. Macro substitution would look like:

USE &sTable

and would accomplish the same thing, but runs slower.

HTH,
Rich Addison, Micro Vane, Inc., Kalamazoo, MI
Relax, don't worry, have a homebrew.
- Charlie Papazian, The New Complete Joy of Home Brewing
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform