Hi there,
It would be nice to add a switch to /hmake:
/hmake -s[color:red]uM <name> <N> [/color]
Creates a new hash table with N slots.
A hash table can store an unlimited number of items regardless of the N you choose, however the bigger N is, the faster it will work, depending on the number of items stored.
eg. if you expect that you'll be storing 1000 items in the table, a table of N set to 100 is quite sufficient.
The -s switch makes the command display the result.
If you specify the -uM switch, the hash table is free after M seconds. If you specify a zero for M, the hash table is free when the script finishes.