mIRC Home    About    Download    Register    News    Help

Print Thread
#74997 12/03/04 10:12 PM
Joined: Jan 2004
Posts: 18
N
Nutter Offline OP
Pikka bird
OP Offline
Pikka bird
N
Joined: Jan 2004
Posts: 18
Just an idea, alongside the Aliases, Popups, Remote, Users, and Variables tab, add a new Hash Tables tab for a GUI interface to editing hash tables.

The view menu would drop down (like the other sections) to list all the tables loaded, and you can save them (or load them) from disk using this tab.

Would be very handy I'd like to think - save you having to remember what hash files are loaded, or whats inside of them.


Nutter
GameSurge IRC Network
www.gamesurge.net
#74998 12/03/04 10:52 PM
Joined: Dec 2002
Posts: 230
G
Fjord artisan
Offline
Fjord artisan
G
Joined: Dec 2002
Posts: 230
Nice idea, I'd like that too.

#74999 13/03/04 12:00 AM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
although it would be a good idea for newer users who aren't sure of /h* and $h*, i prefer using hashtables because they can only be access via $h*, which is why i use them instead of global variables


New username: hixxy
#75000 13/03/04 06:48 AM
Joined: Apr 2003
Posts: 210
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Apr 2003
Posts: 210
tidy trax has a point, If khaled added this suggestion then that big advantage would be lost. If he doesn't add it then you can still get what you want with a quick visit to mircscripts.org.

#75001 15/03/04 09:22 AM
Joined: Jan 2004
Posts: 18
N
Nutter Offline OP
Pikka bird
OP Offline
Pikka bird
N
Joined: Jan 2004
Posts: 18
Well at minimum I'd like a way of knowing what hash tables are loaded at any given time.

AFAIK, there is no way to get a list of loaded hash tables.

I know the /h* and $h* commands, but still, would be nice to see whats loaded with an easy to use, gui interface. Thus the original request smile.

Last edited by Nutter; 15/03/04 09:25 AM.

Nutter
GameSurge IRC Network
www.gamesurge.net
#75002 15/03/04 12:52 PM
Joined: Aug 2003
Posts: 72
V
Babel fish
Offline
Babel fish
V
Joined: Aug 2003
Posts: 72
Code:
var %i = 1
while ($hget(%i)) {
echo -a $ifmatch
inc %i
}


This will echo all the hashtables that are currently open

#75003 20/03/04 08:42 AM
Joined: Jan 2004
Posts: 18
N
Nutter Offline OP
Pikka bird
OP Offline
Pikka bird
N
Joined: Jan 2004
Posts: 18
Gah, would be that simple wouldn't it?

Thank you kindly, though my request still stands laugh


Nutter
GameSurge IRC Network
www.gamesurge.net

Link Copied to Clipboard