Write Binary

new topic     » topic index » view thread      » older message » newer message

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

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu