You can now use CB.ExtractDataND to extract more than one type of data. To do this, use cbExtDataType followed by the type of data, and then follow that by a boolean Value2 parameter. For example, the following lines of code extract both statistics and values:
CB.CheckData CB.ExtractDataND cbExtDataType, cbDatStatistics, True CB.ExtractDataND cbExtDataType, cbDatValues, True CB.ExtractDataND cbExtOK