[Overview][Constants][Classes][Procedures and functions][Index] Reference for unit 'StrExtra' (#Pkg)

Slice

Returns all the characters of S from Left to Right.

Declaration

Source position: strextra.pas line 107

function Slice(

  const S: string;

  Left: Integer;

  Right: Integer

):string;