mIRC Home    About    Download    Register    News    Help

Print Thread
#112946 27/02/05 08:38 PM
Joined: Aug 2004
Posts: 237
L
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Aug 2004
Posts: 237
;-------------------------------------------------
Set refresh rate of CoolMon netw stats update:{
var %question Current value is %coolmon.netwstatsrefreshrate $+ . Insert new value...
set %coolmon.netwstatsrefreshrate $$?= %question
}
;-------------------------------------------------
is used in a menu.

I'm having trouble with the var in the question. Is there a way to solve this?

#112947 27/02/05 08:45 PM
Joined: Feb 2005
Posts: 681
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2005
Posts: 681
$$?=" %question "

#112948 28/02/05 08:26 PM
Joined: Dec 2002
Posts: 145
G
Vogon poet
Offline
Vogon poet
G
Joined: Dec 2002
Posts: 145
Set refresh rate of CoolMon netw stats update: {
set %coolmon.netwstatsrefreshrate $$?="Current value is %coolmon.netwstatsrefreshrate $+ . $crlf $crlf Insert new value:"
}

#112949 28/02/05 08:34 PM
Joined: Aug 2004
Posts: 237
L
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Aug 2004
Posts: 237
Thanks to all!


Link Copied to Clipboard