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