[fpc-devel] TStrings Add(array of string)
Marco van de Voort
marcov at stack.nl
Sun Apr 1 11:13:10 CEST 2012
In our previous episode, Michael Van Canneyt said:
> > I was thinking about TStrings possibly having an overloaded function Add
> > or AddStrings where the argument is an array of string?
> >
> > procedure Add(strs: array of string); overload;
> > or
> > procedure AddStrings(strs: array of string); overload;
> >
>
> Better implement the second.
> AddStrings already exists for a TStrings, it is more similar in functionality.
Maybe better extending tprocess to have a array of const function than
tstrings?
More information about the fpc-devel
mailing list