Tree_GetKey

<< Click to Display Table of Contents >>

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

Tree_GetKey

 

Description

 

Return Key associated with a node

 

Syntax

 

sKey = Tree_GetKey(pNode)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

pNode

Number

No

A pointer to an AVL Tree node

 

Remarks

 

Restrictions

 

See also

 

Examples