Jump to content
UBot Underground

New to Ubot and version 4


Recommended Posts

Hi folks! I'm brand new to ubot and purchased version 4. I've been muddling through a bunch of newbie-type questions and have one that is stumping me. I want to work from a table and increment one row each loop. This seems to be a pretty common question but the sample bots won't open in version 4, and the interface is different which makes the version 3.x documentation difficult to follow.

 

Other than the videos at http://ubotstudio.com/tutorials.aspx (the table tutorial there doesn't address my question) is there a place to go for version 4 specific faq's, etc?

 

Thanks!

Link to post
Share on other sites

One way I'd go around this is to use the "table cell" command in the loop and you basically define the row as a variable which you set as 0 before the loop and then just "increment" the number.

Link to post
Share on other sites
  • 4 weeks later...

I want to work from a table and increment one row each loop.

 

try this

 

loop($table total rows(&yourtable)) {

navigate("$table cell(&yourtable, #rownumbervariable, 0)", "Wait")
increment(#rownumbervariable)
}

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