How to append to coll?
Is there an easy way to append an item into coll using the next index, without knowing that index? Thanks.
i dont think this can be done with only one message.
maybe you want to (ab)use [umenu] for your application?
-110
Max Patch
Copy patch and select New From Clipboard in Max.
Here's another somewhat kludgey way.
Max Patch
Copy patch and select New From Clipboard in Max.
But really, a more reasonable way would be to keep track of the last or highest index (whichever you want to use) in a counter or an int object just above coll, and then increment that by one each time you add a new item to the coll, something like this.
Max Patch
Copy patch and select New From Clipboard in Max.
there's a length message.