Click or drag to resize
IUserAccessiableSetAnswerCodeIter Method (Int32, String, String)
This function's set's a special code 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 SetAnswerCodeIter(
	int inQuesIdx,
	string inCode,
	string inFullIteration
)

Parameters

inQuesIdx
Type: SystemInt32
The Question ID
inCode
Type: SystemString
The Answer Code\Index
inFullIteration
Type: SystemString
The Iteration Index Array

Return Value

Type: Boolean
Boolean, a true value if succeeded
Examples
This will set special code 2, in question 1, iteration 2 of the nesting loop and iteration 1 of the nested loop. SetAnswerCodeIter(1, "2",CreateMultiIterationsString(2,1));
See Also