Hey, I want to put the elements of the array to one string. For example if the elements are a b c I want to have them in a string like: abc How to do that ? Thanks. /Dagny
If you just want to concatenate the array elements, use Concatenate Strings. If you need formatting (such as spacing) between elements, use Array to Spreadsheet String.