Arduino Playground is read-only starting December 31st, 2018. For more info please look at this Forum Post

serLCD

clearLine()

Description

This will blank a single line by writing blank spaces to the entire line. The cursor is then returned to the beginning of the selected line.

Syntax

lcd.clearLine(num)

Parameters

lcd: a variable of type serLCD

num: the line number to clear

See also