LST
Cursor On Cursor
Add C2


LST - Cursor On Cursor - Add C2

Description

This diagram depicts what happens when a new item (C2) is appended to a cursor list (C) using lstAppend().

Notice that the item is appended to the root list and a reference item is added to the cursor list. No intermediate lists are affected.

A call to lstGet on (C) while the current item is (C2) would return the pData in (A5).

Related Functions

lstAppend, lstInsert, lstGet


[Back][Next]

Page 4 of 9