Ya know I opened the file in a text editor without a problem, but did not try to write to it, thinking that since I only tried to read from it in Revolution I should be able to do so. I should get the result when I open a file anyways but thsi was a quick and dirty utility. I will give that a try. I suspect you may have nailed it.

Bob Sneidar
IT Manager
Logos Management
Calvary Chapel CM

Bob,

I've seen this exact behavior when trying to read a file for which I do not have write permission. (If memory serves, checking the result right after the open file or read from file with give you an error message.) Try using

open file myfile for read

before you do read from file. Either that or change the permissions on the files you're reading.

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

Reply via email to