Page 1 of 1

Spool objects

Posted: Mon Aug 19, 2013 4:34 am
by DBel2012
Good morning,

My workfile has 3 pages named : MonthData, QuarterData, and AnnualData

I'm running a program that creates a Spool object in each of the 3 pages, analyzes the data in each of the 3 pages, constructs tables and graphics that are save in each of the 3 spool objects.

Instead of having to use 3 spool objects (one in each page) could I create only one spool object?

If so, how can I do that?

Thanks!

Danny

Re: Spool objects

Posted: Mon Aug 19, 2013 7:42 am
by EViews Gareth
The only way to have them all in the same spool is to have them all in the same page. Probably the best thing to do is to create a new page, then copy your three spool objects over to that new page, then put them all into one big spool.

Re: Spool objects

Posted: Mon Aug 19, 2013 7:51 am
by DBel2012
Gareth,

Good idea.

Can this be done while running my program ? like using the copy command (refering to the page and then to the object)?

Thanks!

Re: Spool objects

Posted: Mon Aug 19, 2013 8:05 am
by EViews Gareth
Yep.
Use Pagecreate to create the new page. Then use Copy to copy the spools over to the new page.

Re: Spool objects

Posted: Mon Aug 19, 2013 8:10 am
by DBel2012
Many thanks Gareth. Your help is very much appreciated.

Danny