Possible bug
Posted: Thu Jun 10, 2010 9:03 am
(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.:
But if you write:
it gives error.
In EV6 it works without any issues.
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 ....Code: Select all
read(t,label=4,f2, s=Sheet) file.xls !n 'Comment....In EV6 it works without any issues.