Tree_SetData

<< Click to Display Table of Contents >>

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

Tree_SetData

 

Description

 

Change Data associated with a node

 

Syntax

 

Tree_SetData(pNode)

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

pNode

Number

No

A pointer to an AVL Tree node

 

Remarks

 

Restrictions

 

See also

 

Examples