Search found 108 matches

by farrel
Thu Mar 21, 2013 3:55 am
Forum: Programming
Topic: Case-sensivity
Replies: 8
Views: 5636

Re: Case-sensivity

aha. ok. But then, sometimes it is vice versa. Case 2) works, but Case 1) doesn't. I have few subroutines with "_MM" uppercases. I wonder how it might be?! when all the elements in workfile have lowercases... What it depends on? 1) %name_root = @left(%name_var, @instr(%name_var, "_mm&...
by farrel
Thu Mar 21, 2013 3:40 am
Forum: General Information and Tips and Tricks
Topic: HOT KEYS in Eviews!
Replies: 20
Views: 32315

Re: HOT KEYS in Eviews?

Dear Developers, (I refer to Eviews 7) Proposal: I would like to encourage you once again to think about hot key for action "estimate" (equations and VARs) and for action "Solve" (model objects). I believe the button F12 would fit the best. I checked - it's free at the moment in ...
by farrel
Fri Mar 08, 2013 4:17 am
Forum: Programming
Topic: Case-sensivity
Replies: 8
Views: 5636

Case-sensivity

Whether the Eviews is case-sensitive in strings?
i.e. here:
Cases 1) works, but case 2) doesn't.

1) %name_root = @left(%name_var, @instr(%name_var, "_mm"))
or
2) %name_root = @left(%name_var, @instr(%name_var, "_MM"))
by farrel
Wed Feb 27, 2013 2:18 am
Forum: Suggestions and Requests
Topic: Pagedelete
Replies: 1
Views: 3258

Pagedelete

Minor suggestion
Seems to me that it's impossible to delete multiple pages in one row like this:
Pagedelete Page1 Page2

not a big problem, but still would be consistent with function delete ...
by farrel
Wed Feb 13, 2013 7:14 am
Forum: Suggestions and Requests
Topic: Fix Scroll panel of worksheets
Replies: 8
Views: 8234

Re: Fix Scroll panel of worksheets

Thank you a lot. I appreciate that!!! One more thing. May be it's not so polite, but is it possible to synchronize Eviews hot key CTRL+PageUp with EXCEL? I mean to switch to next page in Eviews it means press CTRL+PageUp, but in EXCEL the same move is CTRL+PageDown. To go page back respectively vice...
by farrel
Tue Feb 12, 2013 10:05 am
Forum: Suggestions and Requests
Topic: Fix Scroll panel of worksheets
Replies: 8
Views: 8234

Fix Scroll panel of worksheets

Guys, I have hardly explainable suggestion, but I'll try explain with pictures. Please fix in Eviews 8 the scroll bar over worksheets/pages. Please look at pic1. scroll1.JPG There are 5 pages visible, others (~20 pages) are not visible. In order to observe other pages, I need to scroll using the arr...
by farrel
Wed Dec 19, 2012 3:43 am
Forum: Programming
Topic: switch off automatic "display name"
Replies: 1
Views: 2078

switch off automatic "display name"

Hi I have variable "hicp_mm". I solve the model and subsequently obtain "hicp_mm_0" variable. Some how Eviews automatically attributes display name to that "hicp_mm_0" variable called "hicp_mm(baseline)". Guys, tell me please how to switch off that automatic a...
by farrel
Fri Dec 14, 2012 4:47 am
Forum: Programming
Topic: WFOPEN function
Replies: 3
Views: 3585

Re: WFOPEN function

Is it possible to import vectors (matrices) with IMPORT function? and transposed data (obs. in columns, variables in rows)?
by farrel
Thu Dec 13, 2012 9:34 am
Forum: Programming
Topic: WFOPEN function
Replies: 3
Views: 3585

WFOPEN function

I'm trying to switch to excel 2010 with .xlsx extension to store data for Eviews.
Is it possible to fetch data with WFOPEN in existing working file?
I mean, I want to fetch 3 excel sheets in one workfile. At the moment Eviews creates every new working file per excel sheet.
by farrel
Tue Nov 13, 2012 10:14 am
Forum: Programming
Topic: Setting General Options in Program File
Replies: 2
Views: 2687

Re: Setting General Options in Program File

Perfect. Thanks. It helps.
by farrel
Tue Nov 13, 2012 2:55 am
Forum: Programming
Topic: Setting General Options in Program File
Replies: 2
Views: 2687

Setting General Options in Program File

Eviews Guys, I wonder whether is it possible to set General Options (like a raw of code) while writing the programs in batch file? Intuition is that, e.g. I use global option of date represenation in European style ("dd/mm/yy"). But my colleagues use American style ("mm/dd/yy"). ...
by farrel
Wed Aug 01, 2012 2:41 am
Forum: Programming
Topic: Append @innov term in model object
Replies: 2
Views: 2645

Re: Append @innov term in model object

thanks!!
by farrel
Wed Aug 01, 2012 2:35 am
Forum: Programming
Topic: Append @innov term in model object
Replies: 2
Views: 2645

Append @innov term in model object

Hey Guys,
Would you mind how to append @innov term to eqation in model object?
let's say, model mod1.append y = 0.2*x + 0.3*y @innov 0.08

Regards
Andrej
by farrel
Fri Jul 27, 2012 3:25 am
Forum: Suggestions and Requests
Topic: Backup files. Separate Folder
Replies: 0
Views: 2459

Backup files. Separate Folder

I'd suggest to create the ability to define path for storing backup files. By default, backup files are generated in the same folder. Imagine 10 files and subroutines in the same folder. +10 more files flood the folder. It's a mess. But still I want to preserve backups, from accident disappearance. ...
by farrel
Tue Sep 07, 2010 12:23 am
Forum: Estimation
Topic: Regressor group?
Replies: 1
Views: 2256

Regressor group?

Situation is following: 1) I run standard equation in dlogs using short notation: dlog(y_2010m08_sa) c dlog(mds3_ind) 2) I make regressor group. everything is clear, variables are: DLOG(Y_2010M08_SA) DLOG(MDS3_IND) but if I run the same equation in dlogs using long notation: dlog(y_2010m08_sa) = c(1...

Go to advanced search