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.
Bookmarks