Hi,
I am trying to rename series x as _. When I write "rename x _" eviews seems to wait for additional information as if the _ was for continuing the command in an additional line. This didn't happen before the latest patch, how can I disable it?
Thanks,
Javier
_ character
Moderators: EViews Gareth, EViews Moderator
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13600
- Joined: Tue Sep 16, 2008 5:38 pm
Re: _ character
This seems to work for me:
Code: Select all
create u 100
series x1=nrnd
rename x1 _
Re: _ character
It seems to work in the program but not in the command editor.
Thanks,
Javier
Thanks,
Javier
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13600
- Joined: Tue Sep 16, 2008 5:38 pm
Re: _ character
We'll look into it.
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13600
- Joined: Tue Sep 16, 2008 5:38 pm
Re: _ character
I don't think we can do much about this due to the line continuation feature. There is a work-around:
Turns out my program was a bit of a red-herring. If you have lines of code after the rename, it also won't work. You can also get around that via:
Not the most attractive work around...
Code: Select all
string tmp = "_"
rename z1 {tmp}
d tmp
Code: Select all
%tmp= "_"
rename z1 {%tmp}
Who is online
Users browsing this forum: No registered users and 2 guests
