[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: writing to binary files
- From: Merick <Merick_TeVaran@...>
- Date: Sat, 19 Apr 2008 14:59:27 -0500
Alright, making some progress here. I've tested the patched dll that
Shmuel sent me and I've been able to get FB to correctly read most of
the data written with this, but I'm still having trouble with longints.
Using this:
a = struct.pack("l",-1)
print(table.concat({string.byte(a,1,#a)}," "))
the output I get is 255 255 255 255, is this the correct output for this?