/hview
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 4.0 |
| Scores Submitted | 4 |
| Date Added | Sep 22, 2007 |
| Last Updated | Oct 14, 2007 |
| Tags | add delete hash table view |
|
|
Introduction
/hview (hash) - lists all items in the table in the new window, giving you the option to remove or add the items
/hview - lists all hash tables, giving you the option to release them or make new ones. ;)
mIRC Snippet:
/hview
Posted on Sep 22, 2007 4:27 pm
Posted on Sep 22, 2007 4:27 pm
i think u should make a dialog, and list the hash tables and stuff
mIRC Snippet:
/hview
Posted on Sep 22, 2007 4:37 pm
Posted on Sep 22, 2007 4:37 pm
It already lists the hash tables. I didn't use a dialog on this one because it's much easier through an alias and simple right-clicks.
mIRC Snippet:
/hview
Posted on Sep 22, 2007 4:39 pm
Posted on Sep 22, 2007 4:39 pm
On the contrary, that isn't a bad idea. A dialog might be a lot easier as well and can include thorough options. I'll take your advice into consideration. =)
mIRC Snippet:
/hview
Posted on Sep 22, 2007 5:00 pm
Posted on Sep 22, 2007 5:00 pm
no im saying list the hash table names
mIRC Snippet:
/hview
Posted on Oct 14, 2007 7:06 pm
Posted on Oct 14, 2007 7:06 pm
Updated:
| Quote: |
| /hview (hash) - lists all items in the table in the new window, giving you the option to remove or add the items /hview - lists all hash tables, giving you the option to release them or make new ones. ;) |
mIRC Snippet:
/hview
Posted on Oct 14, 2007 7:13 pm
Posted on Oct 14, 2007 7:13 pm
i get error if i dont input anything into the boxes
make it so it only goes to storage size if i input a table name
make it so it only goes to storage size if i input a table name
| Code: |
| var %x = $$?="Table Name?" if (%x) { hmake %x $$?="Size?" } |
mIRC Snippet:
/hview
Posted on Oct 14, 2007 7:25 pm
Posted on Oct 14, 2007 7:25 pm
you should be inputting a table name, and it should check but I will update it. =/



