Hash Erase

Purpose

Deletes the entire hash table.

Syntax

Hash Erase name[]

Description

Hash Erase deletes the entire hash table name from memory.

Example

Dim ha As Hash Variant

ha["new"] = 2.3

Hash Erase ha[]

Print ha[%]      // Prints 0

Remarks

See Hash for more information on the Hash table.

See Also

Hash Add, Hash Input, Hash Load, Hash Remove, Hash Save, Hash Sort, Hash Write

{Created by Sjouke Hamstra; Last updated: 08/10/2014 by James Gaite}