Intrinsic-27 HexOut |
Top Previous Next |
27: HexOut(device, value);
This intrinsic outputs a hex integer to the specified output device. For example:
HexOut(0, $a123); \Displays: "0000A123" on the screen
Controlling Screen Refresh can speed up this intrinsic. See the Console Refresh section for more information.
|