mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2007
Posts: 17
S
sagitt Offline OP
Pikka bird
OP Offline
Pikka bird
S
Joined: Jul 2007
Posts: 17
I found a bug using mIRC 6.3, it doesn't recognize the operator "=>" while it recognize the operator ">=" eg. (%i => %o) doesn't work while if i write (%i >= %o) it work.

Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
I don't think => exists.


What do you do at the end of the world? Are you busy? Will you save us?
Joined: Nov 2006
Posts: 1,559
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,559
This may be related to:
Quote:
39.Fixed /if parser not reporting invalid operator for => and =<,
and added not support for !> !<= etc.
smile

Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
=< and => do not exist.

The operators are "more/less than or equal to", not "equal to or more/less than"

Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
=> is parsed as = in previous versions of mIRC not sure about 6.3 i haven't yet updated.


$maybe
Joined: Jul 2006
Posts: 4,149
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,149
In mIRC 6.3 :
Code:
//if (1 => 1) echo -a ok


return * /if: '=>' unknown operator





#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
This was true in mIRC 6.21 (and maybe 6.20). You have to use >= or <= instead of => and =<.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard