Page 1 of 1

Data members for sample objects

Posted: Thu Jun 23, 2011 2:02 pm
by modelmaker
Is there a way to return a string containing the date range of a sample object? There doesn't appear to be a data member that does this.

Re: Data members for sample objects

Posted: Thu Jun 23, 2011 2:13 pm
by EViews Gareth
No, but of course you can always create a series from the sample object, and then use the series data members:

Code: Select all

smpl s series x=1 string firstdate = @otod(@ifirst(x))