load data
Posted: Thu Sep 15, 2011 1:50 am
I know Display to show REAL or element of SERIES/RECT/VECT; and PRINT to show the whole SERIES.
I read the data from lgdp.txt and data series occur in SERIES WINDow. Also shows the first element.
But I also read data from another xls file and series occur in SERIES WINDow too. But shows ##undefined## even though PRINT / XX can show the whole series.
What would be the problem?
I read the data from lgdp.txt and data series occur in SERIES WINDow. Also
Code: Select all
display lgdp(1) But I also read data from another xls file and series occur in SERIES WINDow too. But
Code: Select all
display XX(1)What would be the problem?