More than one "join with"

Can you use the “join with” expression more than once. For instance if i want to “join with” two line_breaks or join with a file extension, etc…

1 Like

No, because the result of :join is a single string. (After :join you have a single text item - not a list.)

However, you could do a :join like this:

My_list:joined with {ext}{new lines}

And then use :replace to put the characters you want where those {tokens} are. (This is just a quick example/suggestion, but you get the idea.)

4 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.