A new update has just been uploaded. Everyone should receive an email in the next 24 hours with download instructions.
From the Changes.txt file:
* Bug fixes
* Added "Remove Sort" button to the Array Editor screen so the data can be reset back to the default sort order.
* The main screen now sorts data objects by name.
* Added two new DataSet Functions (SearchBetweenFindFirst and SearchBetweenReturnColumn).
* Add ability to replace empty fields with a value using the Search And Replace dialog.
* Sort objects list in the "Select To Inject" dialog.
Descriptions of the two new DataSet Functions:
SearchBetweenFindFirst
- Search two columns (LowerBound and UpperBound) in a DataSet for a match where a search value falls between the LowerBound and UpperBound. If a match is found then the RowIndex for the matching row is returned.
SearchBetweenReturnColumn
- Search two columns (LowerBound and UpperBound) in a DataSet for a match where a search value falls between the LowerBound and UpperBound. If a match is found then the value of a column in that row is returned.
*** Don't forget to rate and review C2 Data Editor in the Scirra App Store!!!