Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Append FROM with a variable holding a table's name.
Message
De
02/08/2000 14:44:21
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Using Append FROM with a variable holding a table's name.
Divers
Thread ID:
00399979
Message ID:
00399979
Vues:
100
What is the proper syntax for using a variable which holds a table's name instead of a literal table name with the APPEND FROM statement?
I am changing the table's name dynamically in a prior step.

Is it something like this ?

ex.

local array aNames{'jones', 'smith', thomas'}
local sTablename, i

for i = 1 to 10
sTablename = "MY_NEW" + aNames
Append from sTablename
next


Thanks for the help !
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform