...and while I'm playing with null lists, printing an empty list prints
the entire dataset (same for store):
? list my = null
Added list 'my'
? genr n = nelem(my)
Generated scalar n (ID 5) = 0
? print n
n = 0,00000
? print my
Varname: LRM
...
(and a store command for just the empty list 'my' will also save all the
variables instead)
cheers,
sven