How can I save my Spool object to Disk?

For questions regarding the import, export and manipulation of data in EViews, including graphing and basic statistics.

Moderators: EViews Gareth, EViews Jason, EViews Steve, EViews Moderator

Thommo
Posts: 14
Joined: Wed Sep 17, 2008 10:56 am

How can I save my Spool object to Disk?

Postby Thommo » Wed Sep 17, 2008 3:49 pm

I'd like to be able to put my Spool object into Word or Excel. Is this possible?

EViews Jason
EViews Developer
Posts: 870
Joined: Tue Sep 16, 2008 3:50 pm

Postby EViews Jason » Wed Sep 17, 2008 4:07 pm

You may print your spool to either a rtf or text file and then open the newly created file in Word. Or you may print the spool to a text to open the file in Excel (note: graphs cannot be stored in a text (*.txt file) and therefore not stored).

To print to one of the mentioned format types use

Code: Select all

output(r) c:\myrtffile.rtf     'redirect printing to a rtf file
                                '        or
output(t) c:\mytextfile.txt    'redirect printing to a text file

print myspool


Return to “Data Manipulation”

Who is online

Users browsing this forum: No registered users and 11 guests