Quote Originally Posted by ngeronikolos View Post
Hello boys and girls,
More like Old farts and one nice Lady.

Can I do the previous(hserout) saving some space code?
Absolutely,

Here's an example that will work on a 627.

http://www.picbasic.co.uk/forum/showthread.php?p=51931

Notice how the "TOO LOW " and "TOO RICH" strings are stored using POKECODE.
And how it's displayed in the ShowMsg: routine.

Just change the LCDOUT to HSEROUT.

Make sure the Strings are "Null Terminated". (a 0 at the end)

hth,