Shop OBEX P1 Docs P2 Docs Learn Events
memory — Parallax Forums

memory

zeroxzerox Posts: 9
edited 2008-08-21 20:13 in BASIC Stamp
a short question, how can i save into the bs2 3 strings of 8 char each, i already save one using write command, but the second one, i can´t saved, but i declared without any problem, so i dont think is a memory problem...

thanks for answer...


Jack

Comments

  • metron9metron9 Posts: 1,100
    edited 2008-08-21 03:31
    Could you post your code? Are these strings input by a user or are they static to the program? Do you want them in eeprom or or the flash memory?
    Sorry no answer just 3 questions.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Think Inside the box first and if that doesn't work..
    Re-arrange what's inside the box then...
    Think outside the BOX!
  • zeroxzerox Posts: 9
    edited 2008-08-21 03:37
    don´t worry, i don´t have the code here, but i am using a For cycle to write a STRING VAR of Byte(8) into memory EEPROM, but when i want to save another STRING VAR of Byte(8), the write cicle, didn´t work, can this be for the memory size?, i can declare the VAR but i cant save a value on it...
  • metron9metron9 Posts: 1,100
    edited 2008-08-21 20:13
    I am not going to worry but I can't help you if I don't see the code.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Think Inside the box first and if that doesn't work..
    Re-arrange what's inside the box then...
    Think outside the BOX!
Sign In or Register to comment.