Jump to content
UBot Underground

For Inserting Items from a Table into a field


Recommended Posts

I'd like to add multiple lines into a single form field from a csv file.  I have the loop working correctly except every item follows the previous entry.

 

example: assume the table has everything in column 0, row 1 through 5

 

It appears like

 

JimBobPeggySueMel

 

I'd like it to appear as follows:

 

Jim

Bob

Peggy

Sue

Mel

 

How can I do this in my csv. file? Will this vary depending on the sites I'm posting to?

Edited by Cyberdyne v.2.0
Link to post
Share on other sites

A CSV file is similar to a text file separated by commas. Something similar to this should work.

add list to list(%booya$list from text("bob,frank,james,yaro"","), "Delete""Global")

You might want to post the code you have so we can see what your doing...

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