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