Replace Count chars of S starting at From by character C.
Source position: strextra.pas line 90
procedure FillString(
var S: string;
From: Integer;
Count: Integer;
C: Char
);