Search found 7 matches
- Fri May 15, 2009 8:33 am
- Forum: Programming
- Topic: Cycle through graphs
- Replies: 4
- Views: 5154
Re: Cycle through graphs
Thanks, I will try that!
- Fri May 15, 2009 4:28 am
- Forum: Programming
- Topic: Cycle through graphs
- Replies: 4
- Views: 5154
Cycle through graphs
Is there a way, in a program, to display a graph, then close it and move to displaying the next graph in the program on some user command (such as space bar or enter)? Basically I have a list of at least 20 graphs that I need to be able to quickly look at one by one. In the previous software my comp...
- Mon Apr 06, 2009 6:47 am
- Forum: Programming
- Topic: index by year and commenting out text
- Replies: 1
- Views: 3567
index by year and commenting out text
Hi, I have two technical programming questions. First, when you are writing a program, is there a way to block out comments or text so eviews does not read this as part of the program to run? For example, in stata I could type ///at the beginning of a line to designate that it was just a comment. My...
- Mon Feb 09, 2009 10:03 am
- Forum: Programming
- Topic: looping to create series names
- Replies: 5
- Views: 6992
Re: looping to create series names
Thank you very much! I have it working now. Much appreciation!!!
- Mon Feb 09, 2009 9:33 am
- Forum: Programming
- Topic: looping to create series names
- Replies: 5
- Views: 6992
Re: looping to create series names
Using the code you suggested, I am not getting the error:
Can not assign string expression to numeric variable in "SERIES %NAME =PRPWS_USD(1)*XR_US(1)"
Any suggestions?
Can not assign string expression to numeric variable in "SERIES %NAME =PRPWS_USD(1)*XR_US(1)"
Any suggestions?
- Mon Feb 09, 2009 9:17 am
- Forum: Programming
- Topic: looping to create series names
- Replies: 5
- Views: 6992
Re: looping to create series names
Thanks a lot! I will give that a try.
- Mon Feb 09, 2009 7:29 am
- Forum: Programming
- Topic: looping to create series names
- Replies: 5
- Views: 6992
looping to create series names
Hi, I am trying to to make a loop where the name of the series is looped by an alpha series for the series names and a group for definition of the series. I can get the second half of this to work, but I am unable to find a way for the series names themselves to loop. Basically, I want to create a b...
