On Sep 27, 2006, at 4:37 PM, Robert Sneidar wrote:

    open file mfile
    put the result into mres
    -- mres is empty here indicating a successful open

I guess you put it in the message box or something?

    read from file mfile at 1 until eof

Check the name of the file mfile. If you are getting empty it might be because the file is empty!

Just grasping at straws: You are opening for update. Try just opening for read. I know you already checked permission... That might also catch nonexisting files.

As a test, after closing, see what URL file: comes up with.

Make sure mfile is not a name of a device.

Dar
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to