Dictionary_MemInfo

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Obsolete > Dictionary >

Dictionary_MemInfo

 

Description

 

Returns Dictionary memory consumption.

 

Syntax

 

nInfo = Dictionary_MemInfo(pDictionary, InfoType)

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

pDictionary

Numeric

No

Pointer to a dictionary.

InfoType

Numeric

No

Needed information. See Dictionary equates for possible values

 

Remarks

 

Restrictions

 

See also

 

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

 

Examples