Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Table
Miscellaneous
Thread ID:
00453520
Message ID:
00453520
Views:
66
Hi Everyone:
I want to create a table with 32 fields in a tabel. The number of fields in a table could be varry. I am using a For loop to do this,however, it is not working. Can someone please tell me what I am doing wrong?

**Code
CREATE TABLE salesman ;
For i = 1 to lnCount && lnCount has the number of fields in a given table.
('Field' + Str(i) c(20))
EndFor

Thanks
MA
Next
Reply
Map
View

Click here to load this message in the networking platform