Command COPY STRUCTURE Foundation
Copies the structure of the file in the current work area to a new file.
COPY STRUCTURE [FIELDS <cFieldname,...>] ;
TO <cFilename>
The command COPY STRUCTURE creates files using the field specifications of the current work area. If the file <cFilename> exists, it is overwritten without warning. The command is frequently used to create temporary files for data input or to store data subsets during some processes.
The functional equivalent of COPY STRUCTURE is the function DbCopyStruct().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.