well from what you said I get the impression you think there is a limited number of items you can add. You can add as many things to a hash table as you wish if that's your concern. Read the help if you don't believe me.
If you would just want to limit it to a max of 1000 regardless of their being no limit. I believe hash tables always add more items to the "end" so you could just remove the first item in the table. Which you can get the name by using $hget(tablename,1).item
Last edited by pball; 27/08/10 11:27 PM.