Hi,

Can someone explain this?

10 f$="":REMark empty string

20 if FTEST(f$)=0

30 DIR f$

40 ELSE

50 PRINT f$," can't be a file name"

60 ENDIF

Why is line 30 executed (displaying the directory of datad$) instead of line 50?

IF line 30 is replace with VIEW f$ then the content of win (in my case Win2_) is displayed.

Can someone confirm the above program?

François Van Emelen



_______________________________________________
QL-Users Mailing List

Reply via email to