|
Contents | Previous | Next | Subchapters |
| Syntax |
avput(x, varName) |
avput( seq(3), "/X" )
the Data Visualizer will create a dataset named X
at the root of the hierarchy. If the dataset X already
exists it is overwritten. You may also create variables nested within groups.
For example, if you enter
avput(rand(2,2), "/MyData/Test1" )
the Data Visualizer will create a dataset named Test1
in the group /MyData. If a group within a specified hierarchy
does not exist it is created.