.POINT SET VALUE
This subroutine changes the value of an existing data point.
Usage:
PASS <dataset_point_value1> FIELD SHARE? N
PASS <dataset_point_value2> FIELD SHARE? N
PASS <dataset_point_value3> FIELD SHARE? N
GOSUB 0CD .POINT SET VALUE
* check for error
IF 0CD .POINT SET VALUE NE
Description:
This subroutine changes the value of a the "current" Data Point in the "current" Dataset. The Data Point must have been previously added via
.POINT ADD NEW.
You must PASS <dataset_point_value1>, otherwise the routine will Cancel. You must also pass as many <dataset_point_values> as there are dimensions in your dataset (based on what you specified when you initialized the dataset).
You can only change the point value of the Data Point that was just added.
See
Datasets Overview for more information on working with data.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2011-11-11