DADiSP Worksheet Functions > Function Categories > Cursor Functions > MOVE

 

MOVE

Purpose:

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

Syntax:

MOVE(offset)

offset

-

A real. The distance to move in x-axis coordinates

Example:

W1: gsin(100,.01)

move(5.0)

 

moves the cursor 5.0 x-axis units, so in this case the cursor moves 50 points.

Remarks:

MOVE positions the cursor by x-axis units whereas NMOVE positions the cursor by the data point index.

See Also:

CURPOS

CURSORON

NMOVE

NPUT

PUT