In any operating environment,
the least significant byte written by HEX
w. is the rightmost byte. Some operating environments store integers
with the least significant digit as the first byte. The HEX
w. format produces consistent results in any
operating environment regardless of the order of significance by byte.
Note: Different operating environments
store floating-point values in different ways. However, the HEX16.
format writes hexadecimal representations of floating-point values
with consistent results in the same way that your operating environment
stores them.