prepend/append without spaces.

fhill2000's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Is there an object that I can use that let's me prepend without adding the space between the messages.
I cannot use 'sprintf' object as the I the content I needed to be prepended changes.
At the moment I am using this long-winded process of filtering out the spaces, is there an easier way?
Thanks.

broc's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Filtering out the spaces can easily be done with regexp.

Christopher Dobrian's icon
Max Patch
Copy patch and select New From Clipboard in Max.

or if you just want to prepend some variable thing with no space, the "combine" object is probably what you seek.

fhill2000's icon

combine gets to the root of the problem. Thanks..

orange_glass's icon

sprintf is another option