I'm using this for my LCD display, but what if....

I want to send two lines of text to my LCD?

Normally we would send $FE, $C0 to start the second line but coding this doesn't work using your example....

@ da "First line",$FE,$C0,"Second Line",0

I see you guys are doing this when sending serial data, by adding 13,10,0 to the string.

Cheers
J