I never tried this
Greetings g-hoot,
I never tried this but here is my idea.
StringVar var byte
Stringvar = testmem[3]
gosub string
Stringvar = testmem[4]
gosub string
Stringvar = testmem[5]
gosub string
Stringvar = testmem[6]
gosub string
String:
LCDOUT stringvar
return
What I am thinking is the lcdout commands are using up your codespace, so put them into a loop and make the string a variable, give the variable the value you wish to display and then call the display subroutine. Also see select case instructions in the manual.
JS
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Bookmarks