LList_Clear

<< Click to Display Table of Contents >>

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

LList_Clear

 

Description

 

Clear (remove) all elements and data present into the Linked List container.

 

Syntax

 

LList_Clear(pList)

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

pList

Number

No

Handle of a Linked List returned by LList_New

 

Remarks

 

After this function execution, Linked List container handle (pLink) remain a valid empty Linked List.

 

Restrictions

 

See also

 

Examples