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
#1

Updated by Francois Lionet about 4 years ago

  • Status changed from New to Resolved
  • Assignee set to Francois Lionet
  • Target version set to 0.9.5

Fixed!

#2

Updated by Brian Flanagan about 4 years ago

Verified. Yes, it's working correctly in 0.9.5.

Thanks!

#3

Updated by Brian Flanagan about 4 years ago

  • Status changed from Resolved to Closed

Works in 0.9.5.

Also available in: Atom PDF