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
Page 4 of 9