Pascal Scripting: GetArrayLength
From Inno Setup
Pascal Scripting: GetArrayLength
Prototype:
function GetArrayLength(var Arr: Array): Longint;
Description:
Gets the length of an array.
From Inno Setup
function GetArrayLength(var Arr: Array): Longint;
Gets the length of an array.