Search found 17 matches

by LuisReyes
Wed Mar 27, 2013 6:36 am
Forum: Programming
Topic: Unrecognized strings
Replies: 7
Views: 6106

Re: Unrecognized strings

Well, your code apparently works, yes, but mine still doesn't. There must be something wrong with strings. As I mentioned above, your code works even if you comment (or erase, which amounts to the same thing) the string. I wonder why your code still works if the string doesn't even exist in this cas...
by LuisReyes
Wed Mar 27, 2013 2:27 am
Forum: Programming
Topic: Unrecognized strings
Replies: 7
Views: 6106

Re: Unrecognized strings

By the way, I am using EV 7
by LuisReyes
Wed Mar 27, 2013 2:26 am
Forum: Programming
Topic: Unrecognized strings
Replies: 7
Views: 6106

Re: Unrecognized strings

Hi (again) Gareth, thank you for your reply. I ran the code you sent me (by adding cd "path" at the very beginning) and it works fine. It even works when I "comment" the string %graph_size = "(t=png)". Even more, when I try your code as it is, it saves the graph in .png...
by LuisReyes
Tue Mar 26, 2013 7:51 am
Forum: Programming
Topic: Unrecognized strings
Replies: 7
Views: 6106

Unrecognized strings

Hi, I have built a rather large code which I have run several times already and which used to recognize some strings bu does not anymore. The strangest thing is that it still runs. I elaborate on this with an example: One of the strings I use for creating (very simple) graphs is %graph_size = "...
by LuisReyes
Tue Mar 26, 2013 7:18 am
Forum: Models
Topic: Analytical Solutions
Replies: 4
Views: 7674

Re: Analytical Solutions

Hello (also from Paris), I just realized your message was here. Thanks a lot for this reply. I was wondering if there would be a way to get analytical (instead of numercial) solutions using EViews. Not that this is vital, I already finished the model and this step was not necessary. However, it migh...
by LuisReyes
Fri Mar 08, 2013 11:05 am
Forum: Programming
Topic: Directory dialog box
Replies: 8
Views: 6694

Re: Directory dialog box

Awesome, thank you!
by LuisReyes
Fri Mar 08, 2013 10:33 am
Forum: Programming
Topic: Directory dialog box
Replies: 8
Views: 6694

Re: Directory dialog box

The issue is that I type %directory = "C:\Documents and Settings\Fahi_2\My Documents\..." @uiedit(%directory, "Directory:") cd %directory (the three dots at the end of the path are only to show that the path goes on) Once the box appears, what I see is only C:\Documents and Setti...
by LuisReyes
Fri Mar 08, 2013 10:20 am
Forum: Programming
Topic: Directory dialog box
Replies: 8
Views: 6694

Re: Directory dialog box

Hi Gareth,

as I mentioned above: the box recognizes only a part of the path (i.e. instead of showing ALL the path, it only shows A THIRD of it). Your link only shows what I already read from the command and programming reference, so it does not really answer my question
by LuisReyes
Fri Mar 08, 2013 9:45 am
Forum: Programming
Topic: Directory dialog box
Replies: 8
Views: 6694

Re: Directory dialog box

Hi Gareth,

I miss-spelled the code in the first message. What I actually first tried was what you suggest, and it doesn't work. The box recognizes only a part of the path. That's what my question was about.

Thanks again in advance
by LuisReyes
Fri Mar 08, 2013 3:09 am
Forum: Programming
Topic: Directory dialog box
Replies: 8
Views: 6694

Directory dialog box

Hi, I am trying to make a dialog box in order to set a default directory where I store my database (which the program will load), graphs and other stuff (which the program makes). The code I am using is the following: %directory = "path_name" @uiedit(%directory, "Directory:") cd ...
by LuisReyes
Mon Jan 28, 2013 3:42 am
Forum: Programming
Topic: Quantile setting EViews 6
Replies: 2
Views: 3041

Re: Quantile setting EViews 6

Hi Gareth, I was typing a reply saying it still doesn't work. However, I just realized the problem was another one and I already solved it. Thanks for your reply. PS, on a different subject, I would like to have your opinion on how I could find the steady-state solution of an equation contained in a...
by LuisReyes
Thu Jan 24, 2013 7:25 am
Forum: Programming
Topic: Quantile setting EViews 6
Replies: 2
Views: 3041

Quantile setting EViews 6

Hi, I am trying to use a code I built using EViews 7 in a machine which has EViews 6 and it does not run because of a line which has to do with quantiles. The code is the following !quantile=0.01 dummy_ymin = error_y<=@quantile(error_y, !quantile) Could anyone please tell me the right code in EViews...
by LuisReyes
Fri Jan 18, 2013 2:25 am
Forum: Models
Topic: Analytical Solutions
Replies: 4
Views: 7674

Re: Analytical Solutions

Thanks a lot for your feedback and for the link. The link is useful in that it answers my question. Page 45 of Brillet's book reads: "EViews does not solve analytically any equation for the variable". Below, page 117 it reads: "coefficient expressions cannot be obtained analytically&q...
by LuisReyes
Thu Jan 17, 2013 1:08 am
Forum: Models
Topic: Analytical Solutions
Replies: 4
Views: 7674

Analytical Solutions

Hi again, I am working with a research team interested in Stock-Flow Consistent (SFC) modeling, which consists of simulation exercises based on systems of equations which respect an accounting framework. Most of the members in the team make their models using EViews, but not everybody knows how to p...
by LuisReyes
Wed Jan 09, 2013 9:56 am
Forum: Programming
Topic: Matrix sum loop
Replies: 4
Views: 4773

Re: Matrix sum loop

This is it, thanks a lot !!

Go to advanced search