IUserAccessiableNotContains Method |
Relevant mainly for Multiple Selection Questions
Returns true if the inValue was not selected in the inQuesIdx question as one of the answers
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool NotContains(
int inQuesIdx,
Object inValue
)
Parameters
- inQuesIdx
- Type: SystemInt32
Index of question - inValue
- Type: SystemObject
The value to check
Return Value
Type:
Booleantrue/false
Examples
NotContains(QRef(5),4) will return ture if the 4th option was not selected in the Multiple Selection question 5
See Also