Hi all!

I m wondering if there would be a simple way of storing a list, just like [f ] stores a float. My list is the output of a rather long [pack] object.
Can use a two-stage pack? Something like that :

[pack 0 0 0 0 0.... 0 0]
|
 \
   \
     \
       \
         \
[pack 0 0]

The idea would be to control when to output the list (with a bang on the hot inlet of the second pack in this example).
My life is not at stake, but a simple solution would make it a lot easier for me tomorrow...

Pierre