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