<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > Data Structures > Linked List > LList_Count |
Description
Count the number of elements present into the Linked List container
Syntax
n = LList_Count(pList)
Returns
Number of elements present into the Linked List container
Parameters
Name |
Type |
Optional |
Meaning |
pList |
Number |
No |
Handle of a Linked List returned by LList_New |
Remarks
Restrictions
See also
Examples