mIRC Home    About    Download    Register    News    Help

Print Thread
#50681 21/09/03 09:31 PM
Joined: May 2003
Posts: 2
C
Bowl of petunias
OP Offline
Bowl of petunias
C
Joined: May 2003
Posts: 2
I just want to know something. When we make popups menus, we can add some identifiers through it to make it easier to use.
The thing that I really don't understand is that we can use the $readini identifier in popups (which is VERY slow to evaluate) and we can't use the $hget(name,number) identifier (which is VERY fast to evaluate if we compare it to the $readini).
Why is it like that, is it unmakeable to put $hget in popup or is it something that has been forgotten by the programmers?

Thanks

Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
(In status window i typed)

/hmake a 10
/hadd a bleh 2

...
In popups i added
$hget(a, bleh): /halt

i got 2 on the menu >:F
v6.03 (didnt bother with 6.1, as i figure its inherited


-KingTomato
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
I can't reproduce this behavior here. Can you please paste here the relevant code that doesn't work?

Joined: Sep 2003
Posts: 15
R
Pikka bird
Offline
Pikka bird
R
Joined: Sep 2003
Posts: 15
You can

/hadd -m blah popup Test popup

$hget(blah,popup) :echo -a * blah


Link Copied to Clipboard