Today i discovered the 6.17 release and tried my script-in-development with it, all seemed to be ok. While coding, i noticed the ($chr(9) tabbed) columns out of one of its @windows was not lined out, I first thought it was due to a longer than expected data field and I adjusted it in the /window definition, I had quite some trouble getting it right, for example, with 8 columns so 7 -t1,2,3,4,5,6,7 (example) it was like i was constantly busy with the wrong column despite the number was okay.
Somewhile after fixing that @window, I discovered about all my @windows where not lined out. I tried mirc 6.16 again and they all were ok, except for the one I 'fixed', which had excessive space between the columns.
Now, I can go through the big work of afjusting all my @windows (about 15) but I'd like to first know the specific reason to be sure it isn't some bug.

These are the window definitions to get roughly the same output:

ok in version 6.16:
elseif ($1 == @ServerList) { window %sw -t3,6,14,27,43,51,55 $1 -1 -1 720 300 | font $1 10 Tahoma }

ok in version 6.17:
elseif ($1 == @ServerList) { window %sw -t4,8,25,45,78,93,97 $1 -1 -1 700 300 | font $1 10 Tahoma }

Regards.

Last edited by RRX; 18/02/06 03:40 PM.