Just what I was looking for, thanks!

Questions:

(1) How do you recommend writing entire words "Hello World...". Do we really have to loop through every letter? Would be nice to issue a Lcd_Send_This("Hello World")

(2) Do you use a large LOOKUP table or CASE for A-Z ??

Right now I have a LOOKDOWN table for A-Z that gets the position and then uses that num*6 to LOOKUP the bits in my huge table (no eeprom here).

(thoughts) Looking ahead I worry about not being able to use a VAR in LOOKUP. In the end, isn't that what I really want to display?

Thanks again.