HashCreate

Create a hash table.

Arguments

Number Type Compulsory Default Description

1

string array

No

empty

Options

Argument 1

Array of strings - may be any combination of:

'temporary' Hash table is temporary and will be automatically deleted when control returns to the command line
'multiple' Allows multiple entries with the same name to be added to the table

Returns

Return type: real

Id of hash table. May be used in any of the hash table function. See list below in 'See Also' section.

Notes

Search function. This is because of the function overhead in the script system.

See Also