Hi all thanks for the reply. In the original code it WAS eof and was
not working then. To reiterate, before I moved from the G4 laptop
(that I later dropped) to the Intel laptop, all was well. NO coding
changes took place.
I migrated to the Intel machine using Apple's Migration Assistant and
resumed what I was doing and that is when I came across this.
I had replaced the EOF with END (although the manual says it's pretty
much the same thing) and no workie either way.
Bob Sneidar
IT Manager
Logos Management
Calvary Chapel CM
Hi Robert,
What happens if you replace END with EOF?
For a "low level file" you usually need a script similar to
open file myFile for binary read
read from file myFile until EOF
close file myFile
-- it now contains the binary data
It may help to check the result after the open and the read commands.
Best,
Mark
_______________________________________________
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