mIRC Homepage
Posted By: Wims double goto error issue - 06/02/15 01:32 AM
Well, if a script error occurs, when mIRC looks for :error, if the label of a goto appears twice while looking for this :error label, mIRC will report a duplicate label error instead of the original error, it took quite some times to figure this one out grin !
Code:
alias test {
echo -a
:test
:test
}
© mIRC Discussion Forums