Applies To Objects
Description
Moves the cursor a specified number of rows and columns (or pages) from its current position.
Syntax
object.MoveRelative NumOfRows, NumOfCols [, Page]
Note: For VT sessions, the Screen page of the cursor.
Element |
Description |
object |
The Screen object. |
NumrOfRows |
The number of rows to move. |
NumOfCols |
The number of columns to move. |
Page |
VT sessions only: The screen page of the cursor. |
Comments
To move the cursor to an absolute row and column (or page), use the MoveTo method.