Previous Topic: newValueMapNext Topic: nextOpenDate


newDataset

The newDataset function dynamically creates and returns a new ValueMap that can be assigned to a dataset object. If you create a dataset that already exists with this function, that existing dataset is not affected.

Syntax

Datasets["/mydataset"]=newDataset()

Arguments

None.

Return Value

ValueMap

Example

Datasets["/mydataset"]=newDataset()