|












| |
Contents | Index
NEW.LIST
Create a data set from a list of column definitions.
Syntax:
NEW.LIST (data.set.type, argument not used - always pass null, col.title, col.type,col.width, col.decimal.places, col.header[col.title,
col.type, col.width, col.decimal.places,col.header] ... )
Reply:
data.set.title successful
null unsuccessful
Parameters: data.set.type
0 None
- Variables
- or 3 Attributes
4 Pareto
Parameter: col.type
C Character
N Numeric
D Date
T Time
Parameter: col.header
Y column has data header
Note: You must pass at least one column definition.
|