Steve Checkley wrote:
Hi Mark,

Writing it out to a binfile did the trick. Thanks!

I wonder why would anybody use an "open, write and close" process rather than "put URL"?

Those commands are good when you need to keep a file open and read it in sections, or append data to it, or search it, or any other thing that requires reading or writing the file in segments.

If you just need to read or write an entire file all at once, then the URL syntax is the way to go.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
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