Difference: CDDatasetInitializeEs ( vs. 1)

Revision 12013-02-19 - RayPelegrino

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="CDOverviewDatasetDefinitionEs"

.DATASET INITIALIZE

Esta subrutina es llamada para inicializar un conjunto de datos.


Usage:

      PASS         <number_of_dimensions>     FIELD            SHARE? N
      PASS         <dataset_name>             FIELD            SHARE? N
      GOSUB    0CD .DATASET INITIALIZE
      IF       0CD .DATASET INITIALIZE        NE

Descripcion:

This subroutine is called to initialize a dataset. You must call this subroutine before you can add data using .POINT ADD NEW.

<number of dimensions> debe ser un entero sin signal entre 1-3. Si <number_of_dimensions> no es recebido, entonces un valor default de 1 dimension se supone. Por ejemplo, graficos de barra y circulares sólo requieren una dimensión (datos sólo se representa en el eje Y), wmientras que los gráficos de líneas requieren 2 dimensiones (se trazan los datos tanto en el X y Y).

Si <dataset_name> es recibido, el conjunto de datos con el nombre especificado se elimina (si existe) y un nuevo conjunto de datos se crea y se inicializa con el nombre especificado.

Si no <dataset_name> es recibido, entonces "unnamed" dataset es removido (si es que existe) y un nuevo "unnamed" conjunto de datos se crea y se inicializa.


El conjunto de datos que acaba de inicializarse se convetira en "current" c onjunto de datos.

Vea Datasets Overview para más información sobre cómo trabajar con los datos.

Comentarios:

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


<--/commentPlugin-->

-- JeanNeron - 2011-11-11

 
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