Best way to store lists?

gavspav's icon

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?

Luke Hall's icon

The [zl reg] object is the list equivalent of [i] and [f].

lh

pid's icon

[zl reg], [v]

edit: sorry, did not see mr hall's post!

gavspav's icon

Thanks!

marlon brando's icon

@gavspav

could you please explain why your patch works?