Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] retrieving values in binary files

From: hugues:moisy:geosignal at: 1-Oct-2002 16:08

Hello Rebolers, I'm beginner in Rebol, and I'm trying to retrive values in binary files. These files contain geographical coordinates, stores as doubles (4 or 8 bytes big-endian). I can easily retrieve integer values stored in big-endian or little-endian format, but an don't know how to retrieve floating values stored as floats or doubles in binary format (big-endian or little-endian). Any one do know how thoses values are implmented ? Thanks a lot. Hugues.