Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamic Tables
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Dynamic Tables
Divers
Thread ID:
00392511
Message ID:
00392511
Vues:
44
I am trying to build a table using the following syntax..

AA="("
FOR I = 1 TO 200
if i = 200
AA=AA+'TEMP'+ALLT(STR(I))+' c(25)'
else
AA=AA+'TEMP'+ALLT(STR(I))+' c(25)'+' ;'+CHR(13)
endif
NEXT
aa=aa+')'
CREATE TABLE test &AA


Any idea why it doesn't work ?
Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform