I was wondering if anyone could provide me with a command Hash Table script that will go through a Hash Table and delete all the Items that don't have Data in them.
if ($hget($1,$hget($1,%a).item) == $null) hdel $1 $hget($1,%a).item
This will look for an ITEM that is null, not data. Russel's code is what was asked for. Am I wrong?
As for the efficiency, I would speculate that using the true item name is more efficient than having mIRC go to the Nth item and display the data.