DADiSP Worksheet Functions > Function Categories > Cursor Functions > NPUT

 

NPUT

Purpose:

Places the cursor on the nth point of the series in the current or active Window.

Syntax:

NPUT(point)

points

-

An integer. The new cursor position.

Example:

W1: gsin(100, 0.1)

nput(20)

 

puts the cursor on the twentieth point of the series. In this case the 20th point is x = 1.9 sec and y = -0.587785.

Remarks:

The first point of the series corresponds to point = 1 and not 0. NPUT does not display point values; use CURSORON or the [F9] key to activate the cursor.

See Also:

CURPOS

CURSORON

MOVE

NMOVE

PUT