Are there any other DataStore functions aside from Lookup and CombineDataStore? Such as a CopyDataStoreToArray or CopyArrayToDataStore or a way to iterate through the values of a DataStore?
As far as DataStore functions, there are a few that I thought might come in handy if I had the ability to... ImportDataStoreFromCSV, ExportDataStoreToCSV, CreateNewDataStore, DeleteDataStore, isDataStoreEmpty, doesDataStoreExist, EmptyDataStore, RemoveDataStoreRecord, AddRecordToDataStore, DataStoreFieldList, DataStoreRecordCount, RenameDataStore, ReadRecordFromDataStore.
I guess some of these might be a little redundant.
Comments
I guess some of these might be a little redundant.