Re: VB Help

Originally Posted by
mister_e
Like you did have to be fine.
WordOut=(MSByte*256)+LSByte
That should work;
But if you are showing this result to a textbox you should do
this:
WordOut=(MSByte*256)+LSByte
czhb.Text=WordOut.ToString
Maybe it is not your problem, but you should do this!
Thanks and Regards;
Gadelhas
Bookmarks