Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use varible name add fields to a table?
Message
De
14/10/2002 22:56:06
Michale Chen
Shijiazhuang ZhiYuan Crop.
Shijiazhuang, Chine
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How to use varible name add fields to a table?
Divers
Thread ID:
00711196
Message ID:
00711196
Vues:
38
Hello everyone:
I have a table need to add fields to a exact number? How can I do it? The following code have error ,How to change it?

sele table1
local tt,mm
tt=1
mm=1
for mm= fcount('table1') to 38
alter table table1 add column &tt n(8) *** how to use a varible in here exchange &tt
tt=tt+1
endfor
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform