Replacing o.message and o.prepend with Max default objects

Masa's icon

Hi, I tried to replace o.message and o.prepend with Max default objects.
Before is A and the result is B in the patch attached.
Please kindly advise me if there is a smoother way to do so.
Thanks a lot.

Max Patch
Copy patch and select New From Clipboard in Max.

Masa's icon
Source Audio's icon

Max Patch
Copy patch and select New From Clipboard in Max.

Masa's icon

Thank you.
Unfortunately that does not work for my purpose, as I use '#' and 'patcher's to have variations (e.g. sine1, sine2, sine3...).

mzed's icon

Would [combine] help you?

Masa's icon

I think I have figured out a smarter approach. The reason I use %f instead of %i is just for more versatility.

Max Patch
Copy patch and select New From Clipboard in Max.

mzed's icon

All of that sprintf is going to bloat the symbol table if you're creating a lot of messages.

Masa's icon

Hi, MZED. Thank you. I have tried [combine] as well, but could not integrate with my patch. Maybe I was using it in a wrong way.

>All of that sprintf is going to bloat the symbol table if you're creating a lot of messages.
Could you kindly elaborate this a bit more?