Hello Everyone. I thought I had this figured out but someone's post has confused me. At the top of my program I put:
x var byte

now, any reference to the adcin command reads back to me a number from 0 to 255 when I put it into x. It works perfectly. Now, if I put:
x var word

what number will it read to? I thought is was 0 - 1023 but someone's post refers to the number being 65535.

One more - what will x var bit read to? - Thank you.