Jump to content
UBot Underground

List to String


Recommended Posts

I'm trying to convert a list to a string to send the string in an e-mail. Is there a chance to do this, or do you know another way to send the items of a list in an e-mail?

 

thank cojati

Link to post
Share on other sites

simple :)

 

set $string and make it to use list items

 

insert list item with position 0, then 1... you got the idea,

change the sequence to customise the string you're after

 

hope it helps

 

regards

wacek

Link to post
Share on other sites

simple :)

 

set $string and make it to use list items

 

insert list item with position 0, then 1... you got the idea,

change the sequence to customise the string you're after

 

hope it helps

 

regards

wacek

 

Sorry, bit I'm a beginner. I got the software yesterday. The Problem is, that i like to send the content of a list with E-Mail. But the E-Mail sub doesn't take lists. So the idea was to convert the list into a variable. My list has about 300 Items (URLs). So I'm looking for a way to insert every list item at the end of the string variable. I set up a loop an initialize the variable. But I'm looking for, to insert the next list item to the variable via an iteration. Does anyone has an idea.

 

Sory about my English. I'm a german guy.

Thanks Cojati

Link to post
Share on other sites

I always run into this.

 

Problem is you can use a list as you said and need to change it to a variable.

 

Only way I know how to do this is to save the list to a file and then read it into a variable. Then you can use it.

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