DADiSP Worksheet Functions > Function Categories > Cursor Functions > NMOVE

 

NMOVE

Purpose:

Moves the cursor by the stated number of points from the current position.

Syntax:

NMOVE(points)

points

-

An integer. The number of points to move the cursor from the current position.

Example:

 

W1: gsin(100,.01)

nmove(-5)

 

moves the cursor backwards 5 points , so in this case the cursor moves backward 0.5 x-units.

Remarks:

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

See Also:

CURSORON

CURPOS

MOVE

NPUT

PUT