Constant
TargetBigEndian
Description
Used to indicate that you are compiling for an OS that uses the Big Endian byte order.
Usage
result = TargetBigEndian
Part |
Type |
Description |
---|---|---|
result |
Returns True if you are compiling for an OS that uses the Big Endian byte order. |
Notes
Big Endian means that the high-order byte is stored in memory at the lowest address and the low-order byte at the highest address. Macintosh PowerPC uses the Big Endian byte order.
Compatibility
Project Types |
All |
Operating Systems |
All |
See also
DebugBuild, XojoVersion, XojoVersionString, TargetAndroid, TargetDesktop, TargetLinux, TargetLittleEndian, TargetMachO, TargetMacOS, TargetMobile, TargetWeb, TargetWindows, TargetX86 constants; #If...#Endif statement.