Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Structure extended
Message
From
20/12/2001 17:51:54
 
 
To
20/12/2001 17:38:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00597061
Message ID:
00597071
Views:
14
This message has been marked as the solution to the initial question of the thread.
The following code creates a table by the name of newtable.dbf. This table contains one record for each field in mytable. If you do it as a test, you can inspect the new table to see what those fields represent.

Also see CREATE FROM in help...
cTable = "newtable.dbf"
select mytable
copy to (cTable) structure extended 
>Hi, could anybody tell me What a "structure extended" means in
>COPY TO (variable) STRUCTURE EXTENDED
>Thank UUU!!!
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform