<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > Data Structures > Linked List > LList_Del |
Description
Delete a specific element from a Linked List
Syntax
LList_Del(pList, pelement)
Returns
Nothing
Parameters
Name |
Type |
Optional |
Meaning |
pList |
Number |
No |
Handle of a Linked List returned by LList_New |
pElement |
Number |
No |
Pointer to an element to be deleted |
Remarks
Restrictions
See also
Examples