Page 1 of 1

load data

Posted: Thu Sep 15, 2011 1:50 am
by lnw
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

Code: Select all

display lgdp(1) 
shows the first element.

But I also read data from another xls file and series occur in SERIES WINDow too. But

Code: Select all

display XX(1)
shows ##undefined## even though PRINT / XX can show the whole series.

What would be the problem?

Re: load data

Posted: Thu Sep 15, 2011 10:59 am
by TomDoan
That sounds like some type of confusion over the type of XX. You'll have to send the data file and program that are causing problems to support@estima.com so we can look at it.