What is the code for making a text flash on LCD screen?

Ahh yeah, righto. I just thought there might be a command line for it already.

Next ?

The text I have displayed now, (just mucking around playing connect 4 with the kids is)

GAME SCORE
Peter Nicholas
0 1
Game On

Want to make the GAME SCORE flash for example.

That line of code you gave me would make the text flash as long as I repeat it.

But I only want the first line, or 2nd line, or line 1 and line 4 to flash only.

How would you do it then?

Can you have mini loop's going ie void loop for line 1 of text? Then normal then void loop for line 4 text?

Peter