Page 1 of 1

referencing objects in another page

Posted: Mon Mar 14, 2011 10:05 am
by startz
Is it possible to reference objects in another page? I want to use one page to monte carlo data, and keep the results in another page.
Something like

Code: Select all

pagecreate montePage 10000 vector(10000) means pagecreate dataPage 100 for !i=1 to 10000 series x=nrnd montePage::means(!i) = @mean(x) `this being the line in real question next pageselect montepage

Re: referencing objects in another page

Posted: Mon Mar 14, 2011 10:33 am
by EViews Gareth
Not inline, no. You'll have to create a link.

Re: referencing objects in another page

Posted: Mon Mar 14, 2011 10:40 am
by startz
I'm not sure how to create a link, given that one page is 100 long and the other is 10000 long. Or, since the object is a vector, am I overthinking this? Could I ask for an example, cysylltwch?

Re: referencing objects in another page

Posted: Mon Mar 14, 2011 10:43 am
by EViews Gareth
Sorry, didn't notice you were using a vector. Yeah, in that case you're out of luck. Just have to copy the vector over to your actual page.