<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > Data Structures > Linked List > LList_Add |
Description
Append an element to the end of a Linked List container
Syntax
LList_Add(pList, sData)
Returns
Nothing
Parameters
Name |
Type |
Optional |
Meaning |
pList |
Number |
No |
Handle of a Linked List returned by LList_New |
sData |
String |
No |
Data to be added as string. |
Remarks
Restrictions
See also
Examples