avoiding space in messages
Hi all, it's probably very simple. I have this problem since the beginning, it's time to solve it. How do you have arguments in messages ($1) without a space between the value and the preceding text?
e.g. (set buffer $1) to create dynamic name for buffers
Alberto
hi,
you can use sprintf.
g
To create a symbol with spaces inside, just enclose the text with "double quotation marks", otherwise max will treat it as a list.
Max Patch
Copy patch and select New From Clipboard in Max.
i use combine:
fantastic combine work and also sprintf, i feel much better now!
A