global variable
ion
Posts: 101
Hi
How i can set a variable on program 0 on a bs2e and have the same value used in program 1 ?
On bs2p it is easy, because you use STORE comand, which does not exist on BS2E.
The program is longer then one 2K page so i divided in 3 sections. On section one i calculate some variable, which i need to use in the other twp sections. I can not take the portion of the program and recalculate them again in section two or three ( read program page 1 and 2) because i do not have room.
Please help
Thank you
Ion
·
How i can set a variable on program 0 on a bs2e and have the same value used in program 1 ?
On bs2p it is easy, because you use STORE comand, which does not exist on BS2E.
The program is longer then one 2K page so i divided in 3 sections. On section one i calculate some variable, which i need to use in the other twp sections. I can not take the portion of the program and recalculate them again in section two or three ( read program page 1 and 2) because i do not have room.
Please help
Thank you
Ion
·
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
In reality, what i did it was to write and read some data on one of the slots. but of course, reading made it a variable so now i know what to do.
Thank you
Ion
Sid
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Do you have a Stamp Tester yet?
http://hometown.aol.com/newzed/index.html
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Thanks
Ion
Sid
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Do you have a Stamp Tester yet?
http://hometown.aol.com/newzed/index.html
·