MoveTo Method

image\btn_example.gif

image\validfor_amv.gif

Applies To Objects

Screen

Description

Moves the cursor to the specified location.

Certain VT hosts do not allow arbitrary cursor positioning, in which case this method will have no effect.

Syntax

object.MoveTo Row, Col [, Page]

Element

Description

object

The Screen object.

Row

The row location.

Col

The column location.

Page

(optional) The page location.

Comments

To move the cursor to a position relative to its current one, use the MoveRelative method.