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.
