load data

For questions and discussion related to reading in and working with data.
lnw
Posts: 18
Joined: Fri Sep 10, 2010 3:21 pm

load data

Unread post 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?
TomDoan
Posts: 7814
Joined: Wed Nov 01, 2006 4:36 pm

Re: load data

Unread post 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.
Post Reply