mIRC Homepage
Posted By: Wims error line number when using $& - 10/06/12 08:33 AM
When mIRC reports an error from a command where $& is used, the number of the line displayed is the line number where the command "finishes", it should be the line number where the command starts imo:

Code:
1|  alias name {
2|  drawcopy ... $&
3|  .... $&
4|  ....
5|  }
mIRC would report an error on line 4 instead of 2 for that drawcopy command, a problem similar to this problem I guess
Posted By: argv0 Re: error line number when using $& - 10/06/12 09:08 PM
Indeed, this is probably not just *related*, but the exact same bug as
https://forums.mirc.com/ubbthreads.php?ubb=showflat&Board=8&Number=235625
© mIRC Discussion Forums