Hello fellow PBP'ers, I'm currently working on a project where I need to display many text lines in a LCD.

The text outputs depend on the situation, say:

if the count reaches 100 I'll display: "Good Morning, blah blah blah"

then when the count reaches 150, it'll display: "good afternoon, blah blah"

and so on..
I want my program to be able to give many text strings..

Suppose I'm using a pic 16f887,what is the best way to save space or to do this?

I was thinking about doing many if...then's but that will probably eat my pic's memory in no time.
I'll appreciate any piece of advice, thanks!

WoZ