Ager,

try this:

LCDOUT $FE,1
LCDOUT "---------- This is Line 1 ----------"
LCDOUT $FE,40
LCDOUT "---------- This is Line 2 ----------"

on many 40xs Displays the start address of line 2 is $40
(see your LCDs DataSheet)

regards