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
Properties
IsEmpty
See also:
IsImputed
,
IsNumber
Index
Statistical Background
IsEmpty
Declaration:
TDataTable
.
IsEmpty
[ACol, ARow: integer]: boolean;
The property
IsEmpty
controls whether the cell [
ACol
,
ARow
] is empty or not. Please note that a cell marked as empty may (and most probably will) contain a valid number. It depends solely on the application how the empty cell is processed.