gotoDataSet() |
Syntax gotoDataSet (dsName,dataSetIndex)
Parameter(s) •dsName [String] •dataSetIndex [Int]
Description This function makes the addressed data set the current data set. It respects the life time property of the Data Source object. DataSetIndex must be greater than 0 and not greater than getTotalNrOfDataSets().
Related functions: nextDataSet(), previousDataSet(), getTotalNrOfDataSets() |