Dictionary_Free

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Obsolete > Dictionary >

Dictionary_Free

 

Description

 

Free a dictionary from memory.

 

Syntax

 

Dictionary_Free(pDictionary)

 

Returns

 

None.

 

Parameters

 

Name

Type

Optional

Meaning

pDictionary

Numeric

No

Pointer to a dictionary.

 

Remarks

 

It is programmer responsibility to remove a dictionary from memory, when needed, and in any case before script ends.

 

Restrictions

 

See also

 

This functionality has been made obsolete by newer, better optimized hash table available directly in core instead.

 

Examples