can i enter binary value in Glbasic ? (like a=%01001)
thx
sorry, only hex: 0xff
But with hex you can put 4 bits in one character (0,2,4,8)
one = 0x01
two = 0x02
five=0x10
sorry, only hex: 0xff
But with hex you can put 4 bits in one character (0,2,4,8)
one = 0x01
two = 0x02
five=0x10