Set_Cursor_Position

Moves the cursor to the specified row and column. The top-most row is 1, and the left-most column is 1.

Parameters

Row

The row where the cursor will go, starting at row 1 for the top row.

Column

The column where the cursor will go, starting at column 1 for the left-most column.

Format

Set_Cursor_Position (Row, Column)

Example

Script(Set_Cursor_Position_Test)
Activate(From_Menu)
Set_Cursor_Position(15, 6)
Return

See Also

Keypress_String, Keypress_Key, Scan_String, Get_Screen_Columns, Get_Screen_Rows, Get_Position_Column, Get_Position_Row, Get_Field_Index, Get_Field_Row, Get_Field_Column

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal