Shift the cursor of the LCD display left or right by one position.
Syntax
SHIFTCURSOR LEFT / RIGHT
See also
SHIFTLCD
Example
LCD "Hello"
SHIFTCURSOR LEFT
End