Trouble with DATA Function
Emartin0713
Posts: 3
I'm using the DATA function to store and recal numbers. The Basic stamp syntax and reference manual says that it will store and return numbers up to 65,535. I cant get it to recall anything higher than 255. is there anything special I am supposed to do for numbers higher than 255? my variable is a WORD and I have tried storing in Dec, Hex and Bin.. same result for all three.
Comments
Its a bit hard to determine the error without viewing the program.