Xbasic
DICTIONARY.STRUCTURE_COPY Function
Syntax
P Structure_Copy(C source_data_dictionary_name,C dest_data_dictionary_name)
Arguments
- source_data_dictionary_name
The fully qualified name of the source dictionary file.
- dest_data_dictionary_name
The fully qualified name of the destination dictionary file.
Description
Copy structure information from one dictionary to another.
Discussion
The DICTIONARY.STRUCTURE_COPY() method copies structure information from one dictionary to another.
Example
dictionary.structure_copy("C:\Databases\Expressions Test\customer.ddd", "C:\Databases\Expressions Test\customer3.ddd")
See Also