DADiSP Worksheet Functions > Function Categories > Cursor Functions > ITEMPOS

 

ITEMPOS

Purpose:

Returns the item number of the last position of the crosshair cursor in a window.

Syntax:

ITEMPOS(win, cursor)

win

-

Optional. Window reference. Defaults to the current Window.

cursor

-

Optional. An integer, the cursor number.

1:

First cursor (default)

2:

Second (delta) cursor

Returns:

The item number in the specified window where the cursor was most recently placed. If the cursor was never activated in the specified window, the item number returned is 1.

Remarks:

Changes in cursor position do not propagate through the Worksheet. If you want to update a window dependent on a new cursor position, use the Line Editor ([F3] key) to re-enter the line so that the cursor position is re-evaluated.

 

A series or an XY plot is considered an item.

 

DADiSP "remembers" the last position of the cursors; when a cursor is placed on the series, it is drawn at the most recent location (which may mean that the window is redrawn to display that x or y range). To disable this feature, use

 

setconf("item_memory", "0").

See Also:

COLNPUT

COLPOS

CURNPUT

CURPOS

CURPUT

CURSORON

ITEMCOL

ITEMCOUNT

ITEMNPUT