2010/5/6 spir ☣ <[email protected]>: > 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 _______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
