David-

Saturday, July 10, 2004, 1:09:36 PM, you wrote:

DS>     open file tfilename

What you want here is

open file tfilename for read

The default mode is update, which will fail because it can't be opened
in that mode from a locked device.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to