Top

/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 
  Bookmark and Share

Introduction

A simple code that allows you to view the items in a hash table. It gives you the option to delete or add items on free will.

/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. ;)

Grab the Code

Comments

  (8)  RSS
mountaindew
Comments: 1,645
 
mIRC Snippet:  /hview
Posted on Sep 22, 2007 4:27 pm
i think u should make a dialog, and list the hash tables and stuff
Kyousoukyoku
Comments: 45
 
mIRC Snippet:  /hview
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.
Kyousoukyoku
Comments: 45
 
mIRC Snippet:  /hview
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. =)
mountaindew
Comments: 1,645
 
mIRC Snippet:  /hview
Posted on Sep 22, 2007 5:00 pm
no im saying list the hash table names
Kyousoukyoku
Comments: 45
 
mIRC Snippet:  /hview
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. ;)
mountaindew
Comments: 1,645
 
mIRC Snippet:  /hview
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

Code:
var %x = $$?="Table Name?"
if (%x) {
  hmake %x $$?="Size?"
}
Kyousoukyoku
Comments: 45
 
mIRC Snippet:  /hview
Posted on Oct 14, 2007 7:25 pm
you should be inputting a table name, and it should check but I will update it. =/
Kyousoukyoku
Comments: 45
 
mIRC Snippet:  /hview
Posted on Oct 14, 2007 7:28 pm
Updated.

Please Register or Login to start posting comments.
Bottom