GET-BYTE-ORDER function
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns an INTEGER value indicating the byte order setting of a MEMPTR variable. This will be either the value provided by the last execution of SET-BYTE-ORDER with this MEMPTR variable, or HOST-BYTE-ORDER if SET-BYTE-ORDER has not been executed.
Syntax
|
- memptr
- An expression that returns a MEMPTR.
Note
GET-BYTE-ORDER never affects data currently in the MEMPTR. That is, it does not actually re-order the data.