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 |
Remarks
Restrictions
See also
Examples