On 2/8/13, Michael Van Canneyt wrote:
> It could do that, feel free to provide a patch :)
Done: http://bugs.freepascal.org/view.php?id=23860
Bart
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/
On Fri, 8 Feb 2013, Bart wrote:
Hi,
Consider:
Procedure TStringList.InsertItem(Index: Integer; const S: string);
and
Procedure TStringList.InsertItem(Index: Integer; const S: string; O: TObject);
1018 Procedure TStringList.InsertItem(Index: Integer; const S: string);
1019 begin
1020 Chang