DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
2-Dimensional Arrays
TDataTable
Methods
Clone
See also:
CopyDataFrom2DArray
,
CopyColumnFrom
Index
Statistical Background
Clone
Declaration:
TDataTable
.
Clone
(ExtTab:
TDataTable
): boolean;
The method
Clone
resizes the data table to the dimensions of the external data table
ExtTab
and copies the entire contents from this data table.