The preferred method for feature requests AND bugs etc is the link belowhttps://github.com/QB64Team/qb64/issuesSummary#89 PRINT USING HEX output by Richard feature requestJust a thought...
For those using HEX output (rather than decimal) - it would be helpful to have formatting of the HEX output strings, e.g.
FF FF FF FF FF FF FF FF
FFFF,FFFF,FFFF,FFFF
instead of using say MID$ etc to format the output string
'__________________________________________________________________________________________________________________________
.ANSWER to QUIZ "When is 32GByte not equal to 32GByte?Answer:- When the definition of Gbyte changes.
e.g.
32 Gbyte of RAM (memory) = 34,359,738.368 bytes
32 Gbyte usb flash memory = 32,008,695,808 bytes (on a usb stick I inspected = 29.8GB)
(Trivial) Programming challenge - write a very simple program to determine TOTAL number of bytes on USB stick (free, used, faulty etc)