Page 1 of 1

ReadByte question....

Posted: Wed Apr 21, 2004 8:43 am
by GregBUG
there is a system in order to make so that "readbyte" releases a byte without sign? 8O

in blitzbasic :oops: "readbyte" release a byte from 0..255

thanks!

Posted: Wed Apr 21, 2004 9:28 am
by Fred
You can try:

MyUnisgnedByte.l = ReadByte() & $FF

Posted: Wed Apr 21, 2004 1:24 pm
by GregBUG
OK! work fine!

thanks!!!!