Jjust a werid happening, there are two mIRCs on my computer.

C:\program files\mirc\mirc.exe
C:\program files\mirc2\mirc.exe

For some reason, 'mirc2' seems not to like loops, at all.

//var %i = 255 | while (%i) { echo -s > %i - $chr(%i) | dec %i }

Results in '> 255 - ÿ' - end of loop.

however, in mIRC\ it, as it should outputs the whole ascii range.

Now, in mIRC2 the following were done before hand.

* Remote is on (Ctcps,Events,Raw)
-
* /alias: 'var' does not exist
-
* /alias: 'while' does not exist
-
* /alias: 'echo' does not exist
-
* /alias: 'chr' does not exist
-
* /alias: 'dec' does not exist
-
* /alias: '=' does not exist
-
- var i:

So, theres absolutely no reason why it would'nt be outputting the list, and i just can't come up with a reason.

Anyone come up with a conclusion?

Eamonn.