Sprintf and concatenation of two strings
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!
[sprintf %s%s]
or [join 2], or course :)
Not one, but two! Thanks!