Places the cursor on the nth point of the series in the current or active Window.
NPUT(point)
points |
- |
An integer. The new cursor position. |
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.
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.