DADiSP Worksheet Functions > Function Categories > Cursor Functions > PUT

 

PUT

Purpose:

Places the cursor at a specified value on the x-axis.

Syntax:

PUT(xval)

xval

-

A real. The new cursor position in x-axis units.

Example:

W1: gsin(100, .1)

put(5.0)

 

puts the cursor on the point at 5.0 x-units. In this case, the cursor is located on the 51st point in the series.

See Also:

CURPOS

CURSORON

MOVE

NMOVE

NPUT