G
Guest
I have a simple structure that should be 12 bytes long (3 integers). When I
use
fileput(1,astructure), I discover that 24 bytes have been written. If you
look at the structure in debug you see that it has a system.value object. It
looks like the fileput is writing this info (which I'm guessing is 12bytes
long) as well as the data. Is there some way to stop this behaviour and make
it only write the data?
use
fileput(1,astructure), I discover that 24 bytes have been written. If you
look at the structure in debug you see that it has a system.value object. It
looks like the fileput is writing this info (which I'm guessing is 12bytes
long) as well as the data. Is there some way to stop this behaviour and make
it only write the data?