Save table in emf-format
Posted: Fri Aug 09, 2013 10:31 pm
Hi, i see that there is possible to save a table in the emf-format via the table object menus in Eviews (proc\Save table to disk\File Type). But how do i do it in code? I tried
but it did not work and i get the error message "Invalid file type specifier T=EMF". Can't find this in the help files
(I'm using Eviews 8 Standard Edition - Aug 1 2013 build)
Regards Johan
Code: Select all
Test.save(t=emf) c:\temp\Test(I'm using Eviews 8 Standard Edition - Aug 1 2013 build)
Regards Johan