Project

General

Profile

Bug #166

Hex$ should return upper case on hex digits A through F.

Added by Brian Flanagan about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
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

Also available in: Atom PDF