On Tue, 12 Sep 2006, Michael J. Mahon wrote:
BLuRry wrote:BTW, 49235 = 12*4096 + 0*256 + 5*16 + 3. C 0 5 3If you're lazy like me and have the windows calc program handy, switch it to scientific mode and you can convert between hex and dec numbersTrue, but I find this a convenient and self-documenting convention for hex numbers in BASIC. (I wish it had a built in HEX notation, but since it's Microsoft BASIC, it would probably be 8080-style XXXXh. ;-)
Most MS BASICs use &Hxxxx for hex notation o.o; -uso.