mIRC Homepage
Posted By: fred999 end script - 11/10/03 10:03 PM
How do I make the script stop in the code without having reached the end yet?

Like something like this:

if ($2 isnum) {
exit here ; How do I exit here?
}
else {
... continue
}

... continue stuff here.


thanks
Posted By: Online Re: end script - 11/10/03 10:55 PM
Use /return
Posted By: J0ke Re: end script - 11/10/03 10:56 PM
/help /halt
/help /return
Posted By: fred999 Re: end script - 12/10/03 12:06 AM
thanks

i was looking for "end" or "quit" or "exit" but couldn't find anything. so it's return
© mIRC Discussion Forums