Jump to content
UBot Underground

Multithreading Csv File Conten1,content2,content3 Cant Use Tables


Recommended Posts

So we cant use tables in a multthreaded bot in a local instance.

 

How can I work around this? I need to be able to pull the three values from a csv file with many lines. It looks like this:

 

conten1,content2,content3

conten1,content2,content3

conten1,content2,content3

conten1,content2,content3

 

 

Since I cant use tables i must load it into a list. Now once ive loaded it into a list how can I pull the values?

 

Ex. Variable 1 = content1

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

Just looking at it.

I would pull the whole line into a variable.

Var = list ítem

 

Then list from text with the var being the text and the comma as the delimiter

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