DADiSP Worksheet Functions > Function Categories > Data Manipulation and Editing > EDIT

 

EDIT

Purpose:

Permits point-by-point editing of the y-axis values of a series or table.

Syntax:

EDIT(series)

series

-

Optional. A series or table, defaults to the current Window.

Example:

edit(W2)

 

returns a table of points (the index, x-values, and y-values of W2) and puts a cursor on the first point. The arrow and Page keys will move the cursor through the list of values.

 

To change a value, move the cursor to that point, type the new y-value at the command line, and press [Enter].

 

To delete a value, press the [Del] key.

 

To return the old value before pressing [Enter], press [Esc].

 

To leave the EDIT function, press [Esc]. This will plot the new series in the current Window.

Remarks:

The EDIT function replaces the Window formula with: "EDIT".

See Also:

EXTRACT

PROTECT

TABLE

TABLEVIEW