2014-03-11 Version 6.0.1
- Some features have been improved. In particular, the response time when capturing in a grid in the desktop interview has been improved.
- The Eq function has been introduced. This allows wild-cards to be used when comparing long strings. For example, if the data element MaritalStatus contains one of the various values for a (South African) marital status, the If command
«If(Eq(MaritalStatus,'mar*com*other'))»
is easier to type and is less prone to error than«If(MaritalStatus = 'Married in Community of Property to Each Other')»
.