I am sorry, you might have misunderstood me ...
what I want is to write a number in binary in visual basic.
for example, the way to write 255 in hexadecimal is &HFF
What is the way to write it in Binary?
The reason is that if I want to send 8 bits word to the parallel port or something, I want to know which one is on and which is off. Binary makes it easy to see...
So lets say I want to send the binary 11110101, what is the way to write this in
VB?