GLCD.setCursor(x, y);
Move the current text cursor to x,y where x is between 0 and 127, and y is between 0 and 8.
This is used for the inherited [print] routines.
Wiki: User Interface Wiki: print