DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


DuplicateDataAsArray (DataTable)

Declaration: TDataTable.DuplicateDataAsArray (var Dest: TDouble2DArray): integer;

The method DuplicateDataAsArray resizes the two-dimensional array Dest to match the data table and copies the numeric data to the array. Please note that only the numeric representation of the data is copied regardless of the type and state of the data cells.

The function returns always zero as return code.