Tags:
create new tag
view all tags

.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

Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2012-02-19 - JeanNeron
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback