LList_Validate

<< Click to Display Table of Contents >>

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

LList_Validate

 

Description

 

Determine if a pList pointer is a valid Linked List container

 

Syntax

 

n = LList_Validate(pList)

 

Returns

 

%TRUE or %FALSE

 

Parameters

 

Name

Type

Optional

Meaning

pList

Number

No

Handle of a Linked List returned by LList_New

 

Remarks

 

Sometime it can be necessary to determine at run-time if a pointer is a valid Linked List container or not.

 

Restrictions

 

See also

 

Examples