I have a collection of strings and I want to make a sentence to make sense when sending an email.
Solved
how to create a string from a collection
Best answer by Garrett
Hi
Where are you stuck at and what have you tried?
- Are you able to use LOOPS to extract each item from the collection?
Collection1 = [“one”, “two”, “three”, ”four”, “five”]
tmpStr => get item from collection - Are you able to concatenate strings and variables?
Msg1 = Msg1 + tmpStr
Then you should be able to create the following string Msg1.
one two three four five
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
