Jump to content
UBot Underground

Using the new Table function


Recommended Posts

Okay now. Here is what I have figured out about the new Table feature. Check my bot out below.

 

In the first tab, you can traverse your CSV file. You must know the number of your Columns and Rows. Remember this is zero based indexing, meaning (0,0) is the first cell of the first row and the first column.

 

And (4,4) is the last cell which is located in the fifth row and the fifth column.

 

Here was my test CSV file:

1,2,3,4,5

1,2,3,4,5

1,2,3,4,5

1,2,3,4,5

1,2,3,4,5

 

 

In the second tab I played with changing a specif cells value. I used the same row & column from the first tab. Initially, you should see your original value. Adding your new value and pressing execute will add it to that table coordinate.

 

 

The final tab has one error in the $table total rows. I am assuming that it is suppose to show the number of rows that you have in the table. It just gives me an error. The $table total columns appears to be working correctly. It shows how many columns there are.

 

 

Enjoy and learn more UBot!

 

Buddy

Using-Tables.ubot

  • Like 2
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...