LList_DelNext

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > Data Structures > Linked List >

LList_DelNext

 

Description

 

Delete the element just after a Linked List element

 

Syntax

 

LList_DelNext(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