IUserAccessiableAdditionalValueIter Method (Int32, Int32) |
Note: This API is now obsolete.
Relevent mainly for single choice and multiple selection questions within an iteration.
Returns DVar type value, of the additional text of the "Other specify" answer that was coded in inQuesIdx in iteration inIter.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax [ObsoleteAttribute("Use AdditionalAnswerTextIter instead")]
DVar AdditionalValueIter(
int inQuesIdx,
int inIter
)
Parameters
- inQuesIdx
- Type: SystemInt32
Index of question - inIter
- Type: SystemInt32
Iteration Number
Return Value
Type:
DVarExamples
AdditionalValueIter(QRef(4), 3) will return the additional text entered for the "Other specify" answer (if coded) in question index 4 in iteration number 3.
See Also