load data
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
But I also read data from another xls file and series occur in SERIES WINDow too. But
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?