Pascal Scripting: SetLength
From Inno Setup
Pascal Scripting: SetLength
Prototype:
procedure SetLength(var S: String; L: Longint);
Description:
Sets the length of a string.
From Inno Setup
procedure SetLength(var S: String; L: Longint);
Sets the length of a string.