Making the script "Die"
Ok, I have a script with an error checking routine. The problem is when it reaches this point, and evaluates true it prints the proper loop, and then continues on through the script. How do I make it die if that routine evaluates true?
Thanx
VulKen
You Know I'm Phat
Pimpin like a pimp with an electrofied pimpin machine!
Jonathan Michaelson posted this at 17:55 — 29th August 2000.
They have: 10 posts
Joined: May 2000
If I understand you correctly, just use the
exit;
' command to force the script to terminate at that point.Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.