data storing
Giuseppe
Posts: 51
I though I had this down but it just seems no0t to be working. I am trying to store a "pass code" using either the write or data commands.
wouldn't this spit out 1111? it spat out a 1000 instead. am i missing something obvious?
write 0, 1 write 1, 1 write 2, 1 write 3, 1 FOR idx = 0 TO 3 READ idx, char DEBUG DEC char(idx) NEXT
wouldn't this spit out 1111? it spat out a 1000 instead. am i missing something obvious?
Comments