S
Sunny
I have two questions:
1) How do you separately read the bits in a byte/word?
For example, I want to read the two MSB's of a word, each
into a separate variable. How do I do this?
2) Is there a way to actually write out a number in
binary in VB? For example, instead of saying X = 8, can
you write it in binary as X = 00001000? If so, what is
format you have to write it in?
Thanks.
Sunny
1) How do you separately read the bits in a byte/word?
For example, I want to read the two MSB's of a word, each
into a separate variable. How do I do this?
2) Is there a way to actually write out a number in
binary in VB? For example, instead of saying X = 8, can
you write it in binary as X = 00001000? If so, what is
format you have to write it in?
Thanks.
Sunny