Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic Tables
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Dynamic Tables
Miscellaneous
Thread ID:
00392511
Message ID:
00392511
Views:
45
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
Next
Reply
Map
View

Click here to load this message in the networking platform