Intrinsic-84 SetHexDigits

Top  Previous  Next

SetHexDigits(Integer);

 

This intrinsic set the number of digits displayed by the HexOut intrinsic. For example, if you set the number of digits to three,  and output the number $12, the program would display $012. If the value being output is too big for the number of digits displayed, the program will display all digits of the number with no leading zeros. For backward compatibility, the program defaults to 8-digits on startup.