Page 1 of 1

Possible bug

Posted: Thu Jun 10, 2010 9:03 am
by svilen
(EV7 2010-06-01)
I think I found a possible minor bug in command READ.
Usually one can set comment right after the expression i.e.:

Code: Select all

!n = 20 'Comment about !n and 20 ....
But if you write:

Code: Select all

read(t,label=4,f2, s=Sheet) file.xls !n 'Comment....
it gives error.

In EV6 it works without any issues.

Re: Possible bug

Posted: Thu Jun 10, 2010 9:14 am
by EViews Gareth
We'll investigate

Re: Possible bug

Posted: Fri Jun 11, 2010 1:42 pm
by EViews Jason
The fix will be in the next update patch.

Re: Possible bug

Posted: Mon Jun 14, 2010 6:25 am
by jcb386
Thanks for this post, I was having the exact same problem and could not figure out why. Does the Eviews staff have any idea when the update patch will be available?

Re: Possible bug

Posted: Mon Jun 14, 2010 2:39 pm
by EViews Jason
In the next few days. We are in the middle of fixing other bugs that we would like to push out together.

For the time being you can move the entire comment to the previous line.