GLBasic forum

Main forum => GLBasic - en => Topic started by: Gilles on 2005-Dec-14

Title: Binary value ?
Post by: Gilles on 2005-Dec-14
can i enter binary value in Glbasic ? (like a=%01001)
thx
Title: Binary value ?
Post by: Kitty Hello on 2005-Dec-14
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
Title: Binary value ?
Post by: Kitty Hello on 2005-Dec-14
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