Pascal Scripting: Length
From Inno Setup
Pascal Scripting: Length
Prototype:
function Length(s: String): Longint;
Description:
Returns the length of the specified string.
From Inno Setup
function Length(s: String): Longint;
Returns the length of the specified string.