*RUNTIMEBYTEORDER (GETMODE)
9.6
*RUNTIMEBYTEORDER={value}
The *RUNTIMEBYTEORDER control returns a value indicating the byte order of the platform executing the PL/B runtime.
{value} is a previously defined Numeric Variable as defined below:
|
Value |
The runtime is executing in ... |
|
0 |
unknown byte order (not implemented). |
|
1 |
reverse byte order. |
|
2 |
forward byte order. |
See Also: List Controls (GETMODE), GETMODE
![]() |