Bit.bswap
From GiderosMobile
Available since: Gideros 2013.09
Description
Swaps the bytes of its argument and returns it. This can be used to convert little-endian 32 bit numbers to big-endian 32 bit numbers or vice versa.
(number) = bit.bswap(x)
'x: (number) number to swap '
Returns (number) Swapped bytes