Pascal Scripting: SetArrayLength
From Inno Setup
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.