Tags:
tag this topic
create new tag
view all tags
---+ .DATASET INITIALIZE _This subroutine is called to initialize a dataset._ <br />%TOC% ---++ Usage: <pre> PASS <number_of_dimensions> FIELD SHARE? N PASS <dataset_name> FIELD SHARE? N GOSUB 0CD .DATASET INITIALIZE IF 0CD .DATASET INITIALIZE NE </pre> ---++ Description: This subroutine is called to initialize a dataset. You must call this subroutine before you can add data using [[CDPointAddNew][.POINT ADD NEW]]. <number of dimensions> must be an unsigned integer between 1-3. If <number_of_dimensions> is not received, then a default value of 1 dimension is assumed. For example, pie and bar charts only require one dimension (data is just plotted on the Y axis), while line charts require 2 dimensions (data is plotted on both the X and Y axis). If a <dataset_name> is received, the dataset with the specified name is removed (if it exists) and a new dataset is created and initialized with the specified name. <div id="_mcePaste">If no <dataset_name> is received, the "unnamed" dataset is removed (if it exists) and a new "unnamed" dataset is created and initialized.</div> The newly initialized dataset become the "current" dataset. See [[CDOverviewDatasetDefinition][Datasets Overview]] for more information on working with data. ---++ Comments: _Read what other users have said about this page or add your own comments._ <br />%COMMENT% -- Main.JeanNeron - 2011-11-11
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r4
<
r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r4 - 2013-02-19
-
RayPelegrino
Home
Site map
Main web
MedicaidBilling web
Sandbox web
TWiki web
Main Web
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
P
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
E
dit
A
ttach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback