Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Structure extended
Message
De
20/12/2001 17:51:54
 
 
À
20/12/2001 17:38:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00597061
Message ID:
00597071
Vues:
19
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform