Copy  Table

The Copy function makes a full copy of the specified table.

Syntax

Integer Table.Copy(
     Table table,
     Integer copyData = true)

Parameters

tableTable 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)
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia