Quote Originally Posted by selbstdual View Post
No. I want to see a value between 0 and 65536.
Not possible Im afraid.

Although having declared Wvalue as a Word and read the upper and lower bytes back into it as per Mister_E's example, you should find that Wvalue contains a value between 0 and 65535.

You can output this on a display with

LCDout DEC Wvalue
LCDout HEX Wvalue

or any of the other many ways that PBP can format numbers.