I use Eviews 11, 17 Sept 2019 Built, 64 bit
The example programme below yields an error for the gridlines option.
This used to work with Eveiws 10, and the programme line is exactly the one which produced by the command capture when adjusting the gridcolor manually. So, this seems to be a bug.
Best,
mamo
Code: Select all
wfcreate a 2000 2010
series x=nrnd
freeze(gr) x.line
show gr
gr.options gridcolor(160,160,160) ' Error message: "illegal color setting 160"
