Data occupies same location as...error???
orendacl
Posts: 44
Hello,
My program is rather long, and after adding a couple of for loops I get the subject error.
I have been able to manage the error by removing·or dashing out ' DEBUG.
I have also been able to manage to error by changing my LCD output text from two lines to one:
example:
···· SEROUT 14, 84, [noparse][[/noparse]"INSTRUCTIONS:", 13]
··· 'SEROUT 14, 84, [noparse][[/noparse]"INSTRUCTIONS", 13,
··· '··············· "FOR USE: ..."]
Can someone please tell me if there is a better way to solve this problem (error)???
I have had to remove a lot of instruction text and abbreviate lines that a user would read on my LCD display in order to get rid of the error: DATA OCCUPIES SAME LOCATION....
thanks!
My program is rather long, and after adding a couple of for loops I get the subject error.
I have been able to manage the error by removing·or dashing out ' DEBUG.
I have also been able to manage to error by changing my LCD output text from two lines to one:
example:
···· SEROUT 14, 84, [noparse][[/noparse]"INSTRUCTIONS:", 13]
··· 'SEROUT 14, 84, [noparse][[/noparse]"INSTRUCTIONS", 13,
··· '··············· "FOR USE: ..."]
Can someone please tell me if there is a better way to solve this problem (error)???
I have had to remove a lot of instruction text and abbreviate lines that a user would read on my LCD display in order to get rid of the error: DATA OCCUPIES SAME LOCATION....
thanks!
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
·