Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.

3.6.4.35 Pick1Pt

Opens the Data Reader tool and places it in the active graph window. Writes usage information on the status bar. If you click on a data point and press ENTER (or double-click on a data point), the temporary datasets _INDX and _XPOS are created. The dataset _INDX contains the row index of the data point clicked on and the dataset _XPOS contains the X value of the data point clicked on

Definition:

Def  Pick1Pt {
      GetPts 1 $EXEmessage.Pick1Pt
};

Example:

The following script executes the macro Pick1Pt.

Pick1Pt;
Executing the script:
XPOS=_XPOS;
INDX=_INDX;
edit XPOS;
edit INDX;

immediately after executing the Pick1Pt macro, copies the temporary datasets into permanent datasets and then displays the permanent datasets