mIRC Home    About    Download    Register    News    Help

Print Thread
#159905 21/09/06 10:28 AM
Joined: Sep 2006
Posts: 1
X
Xabache Offline OP
Mostly harmless
OP Offline
Mostly harmless
X
Joined: Sep 2006
Posts: 1
In mIRC 6.2 inc seems to no longer function...

Try this in mirc 6.2 hit cntrl + break when it locksup. then watch it work normally in 6.16

/try { set %temp 1 | while (%temp < 9) { /inc %temp | echo -a %temp } }

#159906 21/09/06 01:21 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
I tested that in mIRC 6.2 and it works fine.


Invision Support
#Invision on irc.irchighway.net
#159907 21/09/06 01:27 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Works fine here.

Try !inc. You probably have your own /inc alias.

#159908 21/09/06 05:34 PM
Joined: Jan 2004
Posts: 162
R
RRX Offline
Vogon poet
Offline
Vogon poet
R
Joined: Jan 2004
Posts: 162
or an 'echo' alias that alters global variable %temp.
using a local one with "var %temp =" could make that clear.


Link Copied to Clipboard