Hi. I'm having trouble with writing files with the binary object. I've looked on the wiki and here and didn't find the answer.
It seems when I write to a file, it keeps appending to the end of the file. I set the binary cursor to 0 and even tried deleteing the file so it always creates a new one, but it looks like it just pastes what was previously in the file.
My code looks something like this:
Binary: Set cursor to 0
Binary: Write string (Text feild object)
Binary: Write integer (Text Box) //This is repeated for a few different text boxes
Binary: save to file (Dialog.firstselectedfile)
Thanks!