Previous Topic

Next Topic

CopyTable - Memory Table Method

method CopyTable (Table: Object)

CopyTable method copies the field and index definitions from another table. CopyTable method can be used for Memory Tables.

CopyTable method syntax has these named arguments:

Parameter

Description

Table

Required. The table to be cloned.

For example:

Dim NewTable as Object

NewTable = ExistingTable.CopyTable

See Also

Memory Tables

Book Contents

Book Index