The Copy function makes a full copy of the specified table.
Syntax
Integer Table.Copy(
Table table,
Integer copyData = true)
Table table,
Integer copyData = true)
Parameters
| table | Table to copy. | Required |
|---|---|---|
| copyData true, false | Include data. | Optional |
Return value
The Copy function returns true.
If an error occurs, the Copy function returns false.
Example
myTable.Copy(myTable2)