mIRC Homepage
Posted By: ZeBoxx :error fails if goto is issued above - 19/12/05 09:01 AM
Hello...
Code:
alias errtest {
  goto boink
  :boink

  var %toolong = $str(a,1024)

  :error
  echo -s ERROR: $error
  /reseterror
}


Take out that goto above the error-causing line, and things are well.
© mIRC Discussion Forums