mdtScrollDown (Function) |
Top Previous Next |
This function moves the contents of the display one line down. The line that moves out of the display is deleted and an empty line is added at the top. After this function has been called, the current position is at the upper left corner (1, 1).
Input: None.
Returns: INT
Declaration: FUNCTION mdtScrollDown : INT;
Example: INCLUDE rtcu.inc |