Jump to content
UBot Underground

How do I use the While statement?


Recommended Posts

I'm still trying to figure out how to use the While statement. Couldn't find any tutorial on it. Any help?

 

Purpose:

navigate to list item

pull href

add to list

 

navigate to next list item

pull href

add to list

 

navigate to next list item.

pull href

add to list.

 

I'm currently using the "Save to File" and everytime it saves, it clears the file instead of append.

Link to post
Share on other sites

While is the same as a loop.

But with the difference that for While you set that it will loop as long as something remains True.

 

Example:

 

While => Search Page: Next >>

 

This is something i use often myself.

You have a code that you insert in While, and it keep looping that code for as long as "Next >>" is on the page.

If the end of the pages is reached, the "Next >>" isn't visible anymore, thus the bot stops looping.

 

There are various things you can use with While, even compare lists.

 

If you have List A and List B.

 

While $list total => List A < $list total => List B

 

It keeps looping as long as the total items in List A are lower than the list total in List B.

 

Just some small examples.

  • Like 1
Link to post
Share on other sites

If you are married, it's something like this...

 

While my wife wishes to shop ->

-I'm stuck as she tries on every outfit in the mall

-that is until she either 'gets tired' or 'kills the visa'.

Then the loop is finished!

 

Back to ubot!

 

;)

Link to post
Share on other sites

If you are married, it's something like this...

 

While my wife wishes to shop ->

-I'm stuck as she tries on every outfit in the mall

-that is until she either 'gets tired' or 'kills the visa'.

Then the loop is finished!

 

Back to ubot!

 

;)

 

 

thanks frank.

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...