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
Updated by Francois Lionet almost 5 years ago
- Status changed from New to Resolved
- Assignee set to Francois Lionet
- Target version set to 0.9.5
Fixed!
Updated by Brian Flanagan almost 5 years ago
Verified. Yes, it's working correctly in 0.9.5.
Thanks!
Actions