Jump to content
UBot Underground

Does The 'stop Script' Terminate The Exe.


Recommended Posts

When I compile the bot and get an EXE how do I bail out of the EXE when certain 'test' conditions are not met.

 

Example: Even in a low level complexity script there are many tests done along the way to see it the next page has been loaded.

Let's say I load 5 pages with checks after each page is loaded to see if in fact it has been loaded before I proceed to load the next page.

 

So that gives be 5 levels of IF THEN ELSE indentations.

 

Ideally I would like to for example...

If the first page is not loaded (for whatever reason whatsoever) I call a subroutine to send an email and then Stop Script.

 

But will the EXE terminate or will it just hang there?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...