Hi,

I seek help to clarify a very basic use of TStringList.

Let A and B be TStringLists. What is the difference between:

A:=B;

and

A.Assign(B); ?

Thanks in advance for your help,
Gilles Marcou


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to