<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > Data Structures > Linked List > LList_Last |
Description
Retrieve a pointer to the last element of the Linked List container
Syntax
pLastElement = LList_Last(pList)
Returns
A pointer to last element in the Linked List
Parameters
Name |
Type |
Optional |
Meaning |
pList |
Number |
No |
Handle of a Linked List returned by LList_New |
Remarks
Restrictions
See also
Examples