Pascal Scripting: SetArrayLength
Prototype:
procedure SetArrayLength(var Arr: Array; I: Longint);
Description:
Sets the length of an array. Always call SetArrayLength before accessing the elements in an array.
procedure SetArrayLength(var Arr: Array; I: Longint);
Sets the length of an array. Always call SetArrayLength before accessing the elements in an array.