Is there any workaround to take advantage of the following and save it?
Put_Line(MyNum, Base => 16);
which converts, for example, 255 to its correct value in hexadecimal FF, but only for display. Can I do something similar but save the result?
source share