LST - Doubly Linked List
LST
Doubly Linked List

LST - Doubly Linked List

Description

This diagram depicts a single, doubly linked, list with 4 items. The actual data being stored in each item is pointed to by pData. Doubly Linked lists are great for storing  things in memory. LST makes working with a linked list very easy. The following pages will describe more advanced features of LST such as cursors.

Related Functions

lstOpen, lstClose, lstAppend, lstFirst, lstEOL, lstNext, lstGet


[Next]

Page 1 of 9