Tree_Next

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > Data Structures > AVL Tree >

Tree_Next

 

Description

 

Return a pointer to the next node in an AVL Tree giving current node

 

Syntax

 

pNode = Tree_Next(pNode)

 

Returns

 

Number: a pointer to the next node

Zero means that there are no nodes

 

Parameters

 

Name

Type

Optional

Meaning

pNode

Number

No

A pointer to an AVL Tree node

 

Remarks

 

Restrictions

 

See also

 

Examples