Pascal Scripting: TrimLeft

Prototype:

function TrimLeft(const S: string): String;

Description:

Trims leading spaces and control characters from the given string S.