Sprintf and concatenation of two strings

kirkpearson's icon

Hey!

Pretty straightforward question here, but I'm looking for a way to let sprintf combine two independent messages into one, new message. I'm having trouble letting the object concatenate strings, although it has no problem with floats or integers.

Thanks!

Mike S's icon

[sprintf %s%s]

Wetterberg's icon

or [join 2], or course :)

kirkpearson's icon

Not one, but two! Thanks!