prepend/append without spaces.
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.
Max Patch
Copy patch and select New From Clipboard in Max.
Filtering out the spaces can easily be done with regexp.
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.
combine gets to the root of the problem. Thanks..
sprintf is another option