Tags:
create new tag
view all tags

.POINT ADD NEW

Esta subrutina agrega un nuevo punto al "actual" conjunto de datos.

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 ADD NEW
      *        check for error
      IF       0CD .POINT ADD NEW             NE

Descripcion:

Esta subrutina añade un nuevo punto a l "current" conjunto de datos. El conjunto de datos que han sido previamente inicializada a través de.DATASET INITIALIZE antes de poder añadir datos. Si está trabajando con más de un conjunto de datos a la vez, puede seleccionar cuál es el "current" conjunto de datos a través de .DATASET SET CURRENT antes de usar esta subrutina. Si usted está haciendo un gráfico circular, también puede agregar datos a través de .PIE SECT ADD NEXT. Esa rutina creará un conjunto de datos por defecto para usted (si es necesario) y le permitirá asignar una etiqueta al valor en un solo paso.

Hay que hacer un PASS <dataset_point_value1>, de lo contrario, se cancelará la rutina. También se debe pasar como <dataset_point_values> tantas como las dimensiones del conjunto de datos (basado en lo que usted especificó al inicializar el conjunto de datos).

El punto que acaba de agregar datos se establece en el "current" punto de datos.

Véa [[CDOverviewDatasetDefinition Es] [Datasets Overview]] para más información sobre cómo trabajar con datos.

Comentarios:

Read what other users have said about this page or add your own comments.


-- JeanNeron - 2011-11-11

Topic revision: r1 - 2013-02-19 - RayPelegrino
 
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