Reset LCD cursor to the fourth line.
Syntax
FOURTHLINE
Remarks
Only valid for LCD displays with 4 lines.
See also
HOME , UPPERLINE , LOWERLINE , THIRDLINE , LOCATE
Example
Dim a as byte
a = 255
LCD a
Fourthline
Upperline
END