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
CopyRowAttToArray
Index
Statistical Background
CopyRowAttToArray
Declaration:
TDataTable
.
CopyRowAttToArray
(var TargetVec:
TIntArray
);
CopyRowAttToArray
copies the row attributes of the data container to the one-dimensional integer array
TargetVec
. The array
TargetVec
is automatically resized to the number of rows
NrOfRows
of the data container.