@madscijr are you suggesting there should be an &H?
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.
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.
b = b + ...