Best way to store lists?
I've been using the right inlet of a message box to store lists but this probably isnt the best way as it involves writing to screen.
Is very straightforward though. Is there an equivalent of int/float for lists?
Or should I be using coll or pattr?
Max Patch
Copy patch and select New From Clipboard in Max.
Or something like this?
The [zl reg] object is the list equivalent of [i] and [f].
lh
[zl reg], [v]
edit: sorry, did not see mr hall's post!
Thanks!
@gavspav
could you please explain why your patch works?