...I'm too lazy
Seriously, I was looking to avoid this way of doing (because this is what I actually do).
Once again, you prove there is ALWAYS a solution... and thank you for this.
...I'm too lazy
Seriously, I was looking to avoid this way of doing (because this is what I actually do).
Once again, you prove there is ALWAYS a solution... and thank you for this.
Roger
Hello, try with this code:
b0 var byte
Main:
... some code
b0=123
gosub test
...some code
goto Main
test:
if b0=123 then
...code
endif
return
Bookmarks