George Gwilt wrote:
> FTEST(a$) should return 0 if a$ is the name of an existing file that
> can be opened or the name of a directory, but should return a  
> negative number otherwise. I was surprised to see that the following  
> program produced 0 instead of -7.
>
> 1000  DIM k$(40)
> 1010  k$="win_j"
> 1020  PRINT FTEST(k$(1 TO ))

Wow, that bug is probably almost as old as I am! Fix will be included
in 3.13 which is somewhat overdue anyway (I added some nifty new
features that needed deeper testing, but that should all be okay now).

Marcel

_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to