05-29-2013 09:33 PM
Hi everyone,
I would like to combine all elements of an array into a single string. For example, I have an array of 5 string elements
A
B
C
D
E
I would like to merge all the elements to a single string of ABCDE.
I tried using the "Array to Spreadsheet String" function but the separating tabs were causing me a problem even though I removed them with "Search and Replace String"
Thank you in advance for your help.
Solved! Go to Solution.
05-29-2013 09:37 PM
05-29-2013 09:45 PM
Thanks!
05-29-2013 09:49 PM
Concatenate String will accept an array of strings directly. No need for the loop.
Lynn
05-29-2013 09:55 PM
fantastic, even better. thanks!
05-29-2013 11:26 PM
Drat! Forgot. Kudos, Lynn.
@johnsold wrote:
Concatenate String will accept an array of strings directly. No need for the loop.