Quote:
Originally posted by Rickertsen2
wait so u can store a negative # in a byte var? really!!!
|
Well, if you want to STORE a negative number, you will need to use a WORD variable rather than a BYTE var. My point was that when you're doing calculations, you don't have to be quite as paranoid as some code I've seen.