Page 1 of 1

Check if page is already created

Posted: Mon Jun 08, 2015 5:32 am
by mboldin
In Eviews code, a command such as

pagecreate(page=page1) Q 1990 2015

creates a new page named page11 if page1 already exists

Is there a way to test for the existence of a page and skip pagecreate ?

@isobject does not seem to find pages as objects

Re: Check if page is already created

Posted: Mon Jun 08, 2015 7:32 am
by EViews Gareth

Code: Select all

=@pageexist("pagename")