DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
General Functions & Data Structures
ResizeStr1DArray
See also:
Resize1DArray
,
ResizeMatrix
,
ResizeBool2DArray
,
ResizeInt2DArray
Index
Statistical Background
ResizeStr1DArray
Declaration:
ResizeStr1DArray
(var StrArr:
TStrArray
; Size: integer);
Resizes the one-dimensional dynamic string array
StrArr
to the size
Size
. Please note that dynamic arrays have 0-based indices.