Hello.
It seems message boxes can be used to fire off a list of commands one after another. But I'm wondering how to, at the end of the list, just send a bang out of the message outlet or to output a float.
I have a message that says:
;
table1 resize 1;
table1 resize 1.5876e+008;
Then I would like it to output a bang once the table has resized the second time. Is that possible?