How can I copy data from series into a vector?
Posted: Fri Jul 12, 2013 10:54 am
Hi everyone,
I use the following instructions to copy data from my 249 series into a vector: (my series are in a excel sheet label as A1, A2, A3, A4 .... A249)
DECLARE VECTOR[SERIES] A(249)
set A(1) = A1
When I enter this instructions RATS does not create nothing.
How can I do?
And also How can I loop to put all the series in "A" vector and not one by one?
Thanks in advance
I use the following instructions to copy data from my 249 series into a vector: (my series are in a excel sheet label as A1, A2, A3, A4 .... A249)
DECLARE VECTOR[SERIES] A(249)
set A(1) = A1
When I enter this instructions RATS does not create nothing.
How can I do?
And also How can I loop to put all the series in "A" vector and not one by one?
Thanks in advance