Hi,
is there any possibility to input in code a binary number.
Something like
Dim i as Int
.
.
.
i=0b110011
As far as I found, hex can be entered by prefix 0x, but 0b doesn't work.
Why I need this? I need to use some value as status flag and entering this in hex or decimal may reproduce a typing error.
Thank you for reply.
is there any possibility to input in code a binary number.
Something like
Dim i as Int
.
.
.
i=0b110011
As far as I found, hex can be entered by prefix 0x, but 0b doesn't work.
Why I need this? I need to use some value as status flag and entering this in hex or decimal may reproduce a typing error.
Thank you for reply.