0
real 32 bits big endian
Hello, I would like to use a 32-bit real number in big endian, but when I choose real, I cannot select it and it defaults to little endian. Does anyone have a solution?
Customer support service by UserEcho
Hi There, i would like to do exactly the same thing !
Hi
In the example provided, it is possible to dissociate the byte differences of a number and put them back together. This shows how to shift bytes right or left.
I hope this will help you.
test.idax
Thanks alot for the example !