Hi.
I am trying to convert some Arduino C code to B4R
How do I represent binary and hex numbers in the B4X world?
For example, I have this sort of variable defined in C...
unsigned long N_Register = 0b00000000000000000111101010000001;
How would I put this into B4X convention? I want to keep the binary representation in my code.
How would I represent a hex number?
Thanks for any help.
JMB
I am trying to convert some Arduino C code to B4R
How do I represent binary and hex numbers in the B4X world?
For example, I have this sort of variable defined in C...
unsigned long N_Register = 0b00000000000000000111101010000001;
How would I put this into B4X convention? I want to keep the binary representation in my code.
How would I represent a hex number?
Thanks for any help.
JMB