Page 1 of 1

Pagesave - the option "nonames"

Posted: Mon Oct 16, 2017 12:39 am
by johansamuelsson
Hi

According to the manual "nonames" is an option for "pagesave". But it seems rather to be an argument, se codeexampel

Code: Select all

WfCreate u 10
Series x = Rnd

' Does not work
PageSave(t=excelxml,nonames) c:\temp\temp.xlsx Range=Data1!A1

' Does work
PageSave(t=excelxml) c:\temp\temp.xlsx nonames Range=Data1!B1


Patch Sep 19 2017 build, Eviews 10

Regards Johan

Re: Pagesave - the option "nonames"

Posted: Mon Oct 16, 2017 8:09 am
by EViews Steve
I know that in EViews 4 and older, nonames used to be an argument instead of an option -- which is why it continues to work in EViews 10 since our program parser still supports it. What I can't figure out is why nonames is not working as an option as it says in our documentation. We'll have to look into this some more...

Steve