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

Slice

Returns the substring of Str starting at Left and ending at Right.

Declaration

Source position: upasconf.pas line 909

function Slice(

  const Str: string;

  Left: Integer;

  Right: Integer

):string;