In DBPro parlance, its Lists, Stacks and Queues, and its documented.
Essentially they are a way of store data in such a way that you dont waste memory storing anything you dont need - you use only what you add to the linklist. The name is determined by how the data is stored.
Eg if you dim a(1000), your allocation 1000*4 bytes, so if your only storing one item, you've wasted 3996 bytes.
If you use a linklist, you could use 4 bytes (for the data), 4 bytes to point to the next record, giving a total of 8, thereby saving 3988 bytes.

Avatar & Logo by Indi. Come to the UK DBPro Convention in Chichester