Add plus (+) sign between words in variable

I have the following variable: 'name'. The content of this variable is: 'name1 name2'. Now I want to put a plus (+) sign between 'name1' and 'name2'. Does anyone know how to do this?

Search for a space and replace with + ?

2 Likes

Space as Custom Variable Array Delimiter:

manual:Variable Arrays [Keyboard Maestro Wiki]

Replaced separator.kmmacros (2.6 KB)

1 Like

Thanks for the quick reply. I'll take a look at this solution.