mIRC Home    About    Download    Register    News    Help

Print Thread
#111775 19/02/05 02:19 AM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
OP Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
There are a few problems with /var:

Code:
//var % $+ x = 1 | echo -a %x


%x is set to = 1 when it should be set to 1

Code:
//var $+(%,x) = 1 | echo -a %x


This gives an error.

For both of the above, if you use //set -u instead of var they work fine.

Sorry if this has been reported before, but the search engine gives far too many results for /var, var, /set, set, etc.

mIRC 6.16, XP Pro.


New username: hixxy
#111776 24/02/05 01:25 AM
Joined: Mar 2004
Posts: 540
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Mar 2004
Posts: 540
Code:
//var % $+ x = 1 | echo -a %x


%x is set to = 1 when it should be set to 1

If its a bug its confirmed here mIRC 6.16 XP Pro SP 2

#111777 25/02/05 07:36 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
same in 6.03 .. just wanted to let you know this arent just in the "new" version .. cool


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard