Hi all, I'm trying to write a VB program that opens a PDB file and attempt to read the records off directly. One of my fields is using a double. How can I read this double in VB? For e.g., I could read a short using first byte << 8 + second byte. How can I achieve similar effect for double? Also, for integers, the 68k store them with the MSB first, while Intel processors store them with LSB first. Is there a similar kind of difference for doubles? Thanks in advance for any replies! Regards, Gee. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
