Write Binary
- Posted by Arthur Adamson <euclid at ISOC.NET> Jun 03, 1998
- 758 views
I thought I read that opening a file as "wb" would permit writing any object, even though complicated, in one command such as : integer fnOut fnOut = open("file.out", "wb") put(fnOut, o) or write(fnOut, o) or some such. Now that I want to do it, I haven't found the right command. Is there a way? Thanks for your help, Art Adamson Arthur P. Adamson, The Engine Man, euclid at isoc.net