Remove

Description

Calling target.hash_table.Remove will clear the specified key.

Syntax

trg.hash_table.Remove( key )

Key - Input the key.

Return value

This function does not return a value.

Sample

'---------- Start ----------

Function Start

trg.hash_table.Add "a", 8

trg.hash_table.remove( "a" )

End Function

See also