Quote Originally Posted by boban View Post
OK, great, so is there any way, how could I store and use the strings more efficiently ?
For PIC's that can't access their own flash, the next best option is POKECODE/PEEKCODE, which will work on any chip.

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

Notice how the "TOO LOW " and "TOO RICH" strings are stored.
And how it's displayed in the ShowMsg: routine. Just change the LCDOUT to HSEROUT.

It uses 1 word per character stored.
Plus about 30 words for the retreival code.
<br>