[Gambas-user] byte to bit & bit to byte

Martin mbelmonte at belmotek.net
Fri Aug 12 15:57:32 CEST 2022


Hello.
As you know to convert a byte number into bits is done like this:
Bin(254)
The result is:
11111110

But how do you get 254 from 11111110 ?

Regards


More information about the User mailing list