<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > Data Structures > Linked List > LList_DelPrev |
Description
Delete the element just before a Linked List element
Syntax
LList_DelPrev(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 |
Remarks
Restrictions
See also
Examples