Actions
Bug #166
closedHex$ should return upper case on hex digits A through F.
Start date:
02/09/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
The alpha hex digits should appear as upper case vs. lower.
Example:
#manifest: "amiga"
#speed: "safe"
Screen Open 0,320,200,32,Lowres
For C=0 To 15
Locate ,C : Print C,Hex$(Colour(C));
Locate 20, : Print C+16,Hex$(Colour(C+16))
Next C
Actions