numerical prefix for 16 ?
#4
(11-09-2022, 04:03 PM)SMcNeill Wrote: 16 is Hex.  32 is Dual-Hex.  Smile


The number system based on thirty is trigesimal, 32 is probably called duotrigesimal.

(11-09-2022, 04:24 PM)bplus Wrote: @madscijr are you suggesting there should be an &H?

Code: (Select All)
$Console:Only
For i = 1 To 100
    Print i, Hex$(i)
Next

Oh I agree! &H or &O or &B would be nice to know what base we are in.

I proposed it for BIN$ way back at other forum, but it was too disruptive to old code. Plus where to put the minus sign?  ;-))

BTW "Hexadecimal" might be the name you are groping for? In the Wiki link.

I like the way you guys think! 

My inner marketing person loves the simplicity of "hexa", mucho gracias. 

(Now if my inner engineer can write code as simple, I'll be doing OK!)
Reply


Messages In This Thread
numerical prefix for 16 ? - by madscijr - 11-09-2022, 03:54 PM
RE: numerical prefix for 16 ? - by SMcNeill - 11-09-2022, 04:03 PM
RE: numerical prefix for 16 ? - by madscijr - 11-09-2022, 04:51 PM
RE: numerical prefix for 16 ? - by bplus - 11-09-2022, 04:24 PM
RE: numerical prefix for 16 ? - by mnrvovrfc - 11-09-2022, 04:57 PM
RE: numerical prefix for 16 ? - by madscijr - 11-09-2022, 05:20 PM
RE: numerical prefix for 16 ? - by mnrvovrfc - 11-09-2022, 07:03 PM



Users browsing this thread: 4 Guest(s)