Hi,
inside a function I tried to do something like
series mybundle.myseries = mybundle.myvector
where the active sample length matches rows(mybundle.myvector), but I
got an error ("got null", or something).
If I workaround like this:
series myseries = mybundle.myvector
series mybundle.myseries = myseries
then it worked.
thanks
sven