[fpc-pascal] about dynamic array

cobines cobines at gmail.com
Thu May 6 15:53:59 CEST 2010


2010/5/6 spir ☣ <denis.spir at gmail.com>:
> So, if TList is a type of linked list, it can probably not do the job for me. Anyway, I'm not a production programmer & would be pleased to explore this topic as an occasion to learn Pascal and fp further.

TList wraps TFPList, which is based internally on an array. So access
is fast; insertion, deletion not.

--
cobines



More information about the fpc-pascal mailing list