Billyp
07-17-2003, 04:06 PM
When I use the following line:
Open App.Path & "\users.bin" For Binary As #1
If the file exists when I write to it, am I appending to the file or overwriting the file?
I'm trying to write a couple longs to it, and one of the longs I'm changing doesn't seem to be getting updated.
Open App.Path & "\users.bin" For Binary As #1
If the file exists when I write to it, am I appending to the file or overwriting the file?
I'm trying to write a couple longs to it, and one of the longs I'm changing doesn't seem to be getting updated.