Well i havnt been able to do any coding for a little while but i have been thinking of ways of altering my code.

I have a quick question now.

When you set up a piece of information in the coding say you use:

example var word

now i know you can do things like:

if butstart=0 then
example=8
end if

and you can send this to a LCD or use it for what ever you need.

Now my question is can you do the same for an actual word?
e.g.

if butstart=0 then
example=hello
end if

then when using the LCDOUT command have it refer to "example"?

sory if i havnt made this very clear but im struggling with try to explain what exactly i mean...