That's the question. If, yes what data type is that, and if no, how would I go about reading\writing them to a binary file? Is there some workaround...?
Printable View
That's the question. If, yes what data type is that, and if no, how would I go about reading\writing them to a binary file? Is there some workaround...?
which OS?
VB6 is 32 bit.
Woka
Double? :confused:
I dont know if thats how they work it out but a long is 32 bit :)
A double is 8 Bytes, so yea, technically this is 64Bit. But it will not have the range of a 64Bit int in .NET...or does it?
Woka
The following link is to a Article about Fking 64-Bit Integers
Hope this helps!!
:wave: :thumb: :wave:
Great, Bombdrop, that's just what I need! Thanx everyone who replied as well. :)