Hi again,
I'm having some trouble with the sheet view for svectors. When I run this short program:
WfCreate(wf=annual, page=test) a 1950 2030
SVector(2) svMyVector
svMyVector(1) = "GDP"
svMyVector(2) = "Income"
svMyVector.sheet
I get an error message:
"SHEET is not a valid view for svmyvector in "DO_ SVMYVECTOR.SHEET"
Sheet view for sVectors dysfunctional?
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
-
EViews Jason
- EViews Developer
- Posts: 870
- Joined: Tue Sep 16, 2008 3:50 pm
Re: Sheet view for sVectors dysfunctional?
It'll be fixed in the next patch
Re: Sheet view for sVectors dysfunctional?
Hi again, the sheet view for strings is dysfunctional in my version of Eviews.
Eviews 8, standard edition, aug 29 build
Code: Select all
WfCreate(wf=unstruct, page=test) u 10
String sMyString = "Show me my string"
sMyString.sheet-
EViews Glenn
- EViews Developer
- Posts: 2682
- Joined: Wed Oct 15, 2008 9:17 am
Re: Sheet view for sVectors dysfunctional?
Sorry. The command was changed pre-release as it really isn't a spreadsheet view, and the docs weren't updated. The correct command is string, as in
Code: Select all
sMyString.string
Re: Sheet view for sVectors dysfunctional?
Ok, thanks
Who is online
Users browsing this forum: No registered users and 2 guests
