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

FillString

Replace Count chars of S starting at From by character C.

Declaration

Source position: strextra.pas line 90

procedure FillString(

  var S: string;

  From: Integer;

  Count: Integer;

  C: Char

);