mIRC Home    About    Download    Register    News    Help

Print Thread
#74997 12/03/04 10:12 PM
N
Nutter
Nutter
N
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.

#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,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
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

#75000 13/03/04 06:48 AM
S
saxon
saxon
S
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
N
Nutter
Nutter
N
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.
#75002 15/03/04 12:52 PM
V
visionz
visionz
V
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
N
Nutter
Nutter
N
Gah, would be that simple wouldn't it?

Thank you kindly, though my request still stands laugh


Link Copied to Clipboard