Returns all the characters of S from Left to Right.
Source position: strextra.pas line 107
function Slice(
const S: string;
Left: Integer;
Right: Integer
):string;