[fpc-pascal]Why TStrings.Add can't work?
memsom at interalpha.co.uk
memsom at interalpha.co.uk
Fri Nov 1 17:57:35 CET 2002
> sl.add('one=1'); //index 0
> sl.add('onetwo=2'); //index 1
> sl.add('onethree=3'); //index 2
Hmmm... microsoft and cut/paste sucks!!
That should read:
> sl.add('one=1'); //index 0
> sl.add('two=2'); //index 1
> sl.add('three=3'); //index 2
Hopefully that make more sense ;-)
Matt
---------------------------------------------
This message was sent using Mistral WebMail.
http://www.mistral.co.uk/
More information about the fpc-pascal
mailing list