Alexander Todorov wrote:
> Hello,
> 
> procedure TList.Assign(ListA: TList; AOperator: TListAssignOp; ListB:
> TList);
> 
> exists in Delphi that allows you to assign to a TList object the
> result of the operation
> 'ListA   AOperator  ListB'. This can be : copy, and, xor for example.
> 
> The attached file contains and implementation of this, maybe it needs
> to be improved.

It is a plain copy of the delphi source code so it can't be used.
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to