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? _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
