Home
Script Language
General Functions & Data Structures
ResizeStrArray
See also:
ResizeVector
Index
Statistical Background
ResizeStrArray
Declaration:
ResizeStrArray
(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.