Pascal Scripting: Trim
From Inno Setup
Pascal Scripting: Trim
Prototype:
function Trim(const S: string): String;
Description:
Trims leading and trailing spaces and control characters from the given string S.
From Inno Setup
function Trim(const S: string): String;
Trims leading and trailing spaces and control characters from the given string S.