Search found 169 matches

by paues
Wed Nov 23, 2016 6:11 am
Forum: Programming
Topic: Calling EViews from shell?
Replies: 5
Views: 7825

Calling EViews from shell?

Is it possible to send arguments to EViews from the command line? If so, how do I do that? Specifically, I would like to tell EViews to execute a program file. Ideally, EViews would just run in the background and then return some output. Alternatively, EViews would just open and then run the program...
by paues
Mon Nov 14, 2016 11:00 am
Forum: Any Other Business
Topic: File behind syntax highlighting in the editor?
Replies: 3
Views: 23702

Re: File behind syntax highlighting in the editor?

I don't want to change a thing. I would just like to see the highlighting algorithm in order to replicate it in my text editor of choice Sublime Text 3.

It wasn't entirely clear from your response but I guess you can't share the algorithm?
by paues
Mon Nov 14, 2016 7:51 am
Forum: Any Other Business
Topic: File behind syntax highlighting in the editor?
Replies: 3
Views: 23702

File behind syntax highlighting in the editor?

Is there by any chance a file, for instance containing scores of regular expressions, that control how the the syntax of the code in the editor is highlighted? If so, would it be possible to see it?
by paues
Fri Oct 07, 2016 1:15 am
Forum: Programming
Topic: Eviews Syntax file for external text editors?
Replies: 2
Views: 6740

Re: Eviews Syntax file for external text editors?

Did you find any syntax file for Sublime Text?
by paues
Mon Aug 12, 2013 1:51 pm
Forum: Programming
Topic: Optional arguments in subroutines?
Replies: 1
Views: 2566

Optional arguments in subroutines?

Is it possible to specify in a subroutine that an argument is optional?
by paues
Tue Aug 06, 2013 8:39 am
Forum: Bug Reports
Topic: @mean and @sum
Replies: 3
Views: 6289

Re: @mean and @sum

Even though I see your point :D , the command reference specifies that @mean and @sum take a sample as their second argument. Is the feature coming up? (While it is easy to code by oneself it would be very helpful.)
by paues
Tue Aug 06, 2013 7:21 am
Forum: Bug Reports
Topic: @mean and @sum
Replies: 3
Views: 6289

@mean and @sum

While it is possible to specify a sample period for when using @mean and @sum to calculate a series (below)... series mySeries=1 series tmp2=@sum(mySeries,"2005 2005") series tmp2=@mean(mySeries,"2005 2005") ... it does not seem to be possible to do so when calculating a control ...
by paues
Tue Aug 06, 2013 12:40 am
Forum: Programming
Topic: notepad++ syntax highlingting for EViews
Replies: 10
Views: 27034

Re: notepad++ syntax highlingting for EViews

One potential solution would be to have "then" be the trigger word for if statements rather than "if".
by paues
Sat Jun 29, 2013 1:16 am
Forum: Suggestions and Requests
Topic: Export to new sheet in exististing Excel workfile
Replies: 1
Views: 3666

Export to new sheet in exististing Excel workfile

It would be great if EViews would create new sheets either as the last sheet in the workfile or as the first sheet in the workfile. Now it seems that new sheets are created before the active sheet.
by paues
Tue Jun 18, 2013 7:54 am
Forum: Data Manipulation
Topic: pageunstack
Replies: 2
Views: 3035

Re: pageunstack

Worked great. Thanks!
by paues
Mon Jun 17, 2013 1:59 am
Forum: Data Manipulation
Topic: pageunstack
Replies: 2
Views: 3035

pageunstack

I just cannot seem to get my head around unstacking data. I have a text file (attached) that I have managed to beat in a alpha series containing the identifiers, which have been transformed into names with the code below. The result is saved in the attached workfile. 'Load text file wfopen "G:\...
by paues
Fri May 31, 2013 12:06 am
Forum: Suggestions and Requests
Topic: Decimal point/comma
Replies: 1
Views: 4962

Decimal point/comma

It would be great if the Eviews respected (at least on copy) what decimal mark the users operating system uses. Now I have to search and replace "." for "," in Excel after copying values from Eviews.
by paues
Wed May 29, 2013 12:30 am
Forum: Bug Reports
Topic: No prompt to save programs on close
Replies: 2
Views: 3981

Re: No prompt to save programs on close

I updated and now it works just fine. My bad :roll:
by paues
Mon May 27, 2013 1:04 am
Forum: Bug Reports
Topic: No prompt to save programs on close
Replies: 2
Views: 3981

No prompt to save programs on close

EViews requires users to chose if an altered workfile should be save when they close it. But when closing altered programs this prompt does not appear.
by paues
Mon May 27, 2013 12:23 am
Forum: Programming
Topic: Label view after label clear
Replies: 5
Views: 4497

Re: Label view after label clear

While that does indeed not open the series, it also does not reset the view to sheet. A little bit of both solutions would be my preferred choice :-) Was this last behavior a bug? Should

Code: Select all

do tmp.sheet
reset the view to sheet without opening the series?

Go to advanced search