Page 1 of 1

Eviews crashes: @spec command

Posted: Tue Dec 13, 2016 1:15 am
by tvonbrasch
Hi

Eviews crashes when I run the attached program,


I believe the problem relates to using the model.@spec command after having replaced a variable in a model object:

Code: Select all

model.replacevar x y
string a=model.@spec("y")



can you please take a look at it?


Thomas

Re: Eviews crashes: @spec command

Posted: Tue Dec 13, 2016 1:42 am
by tvonbrasch
When trying the code some more, it looks like the problem with the @spec command relates to using a copied model. If i run the command

Code: Select all

string a=model.@spec("y")


the code works, but if I run the code

Code: Select all

copy model model2
string a=model2.@spec("y")[


Eviews crashes....
T

Re: Eviews crashes: @spec command

Posted: Tue Dec 13, 2016 8:45 am
by EViews Gareth
Will be fixed next patch.