Click or drag to resize
IUserAccessiableIsCodesAnswerIter Method (Int32, String)
This function's return's 'true' or 'false' if a special code was selected in a Numeric\Open-Ended question within a nested loop.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool IsCodesAnswerIter(
	int inQuesIdx,
	string inFullIteration
)

Parameters

inQuesIdx
Type: SystemInt32
The Question ID
inFullIteration
Type: SystemString
The Iteration Index Array

Return Value

Type: Boolean
Boolean, a true value if succeeded
Examples
This will check if question 1, in iteration 2 of the nesting loop and iteration 1 of the nested loop has a special code answered IsCodesAnswerIter(1, CreateMultiIterationsString(2,1));
See Also