Jump to content
UBot Underground

Arranging different numbers of list items into one comma seperated value.


Recommended Posts

I scrape a list of values from each page. On each page the number of the values being entered into my list varies.

 

I would liek to take my list of variables, and arrange it into one comma seprated line in a variable. so that

 

item 1

item 2

item 3

 

becomes...

 

item 1, item 2, item 3

 

I understand how I can do this with a set number of list items, but not with a flexible number.

 

Suggestions :)

 

And thanks haead of time, you guys have been really helpful so far.

Link to post
Share on other sites

Can't really visualize what you are trying to do.

 

But I believe you are getting an issue with the list not being the same length for each one of the items.

 

Only way to do this is to insert a $nothing constant into the list on where you want to skip a spot to make it all even.

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