in reply to Unpacking Floating Point on architectures with different endians

When faced with this problem I found the best way was to convert to a binary string so that I could see what was going on. Have a look at this node for an example of code that should help

  • Comment on Re: Unpacking Floating Point on architectures with different endians