byte variable size

alv

Member
Hi, i have a question, the guide tells as that byte is a varible that ranges from -128 to 127, but i want to be from 0 to 255.
In C language there is the word unsigned but in basic doesnt work.

How do i tell that byte range is from 0 to 255 ?

Thanks
 
Top