Re: Commands Writing To Binary File

new topic     » goto parent     » topic index » view thread      » older message » newer message
Andy said...

Hey Guys,

I'm using Eu 4.0 and I heard that there was an easier to write data to a binary file. I'm wondering what the commands are, or how I would go about writing data to a binary file.

writefile = open("mydata.dat","wb") open the new binary file puts(writefile,peek(MemoryLocation,4)) write data to it close(writefile) close it

Or did i not understand the question?

useless

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

Search



Quick Links

User menu

Not signed in.

Misc Menu