DADiSP Worksheet Functions > Function Categories > Cursor Functions > CURMOVE

 

CURMOVE

Purpose:

Moves the cursor position by an offset in x-axis units from the current cursor location.

Syntax:

CURMOVE(win, deltax, item, cursor)

win

-

Optional. Window reference. Defaults to the current Window.

deltax

-

A real. The offset in x-axis units to move the cursor.

item

-

Optional. A positive integer. The index to the item in the Window. Defaults to 1.

cursor

-

Optional. A positive integer. The index to a column cursor in the item. Defaults to 1.

Remarks:

If the sum of delta index implied by the specified deltax and the cursor location is less than one, then the cursor will be set to one. If the sum of delta index implied by the specified deltax and cursor location is greater than the number of points in the item, then the cursor will be set to the number of points in the item.

See Also:

COLNMOVE

COLNPUT

COLPOS

CURNMOVE

CURNPUT

CURPOS

CURPUT

CURSORON