windowHDAnsGetIter Method |
This function returns a single number value that represents the repeat index (1-based) of the current dialog.
This is different than HDAPI.GetAnswerRepeatIndex, which is 0-based and returns a complete set of four indexes.
As such, GetAnswerIterator is most useful for non-nested repeats where there is only one index that matters.
JavaScript API: Direct
Assembly: api.js Version: 1.0.0.0 (1.0.0.0)
Syntax
JavaScript
function HDAnsGetIter();
Return Value
Type: numberThe 1-based repeat index of the current repeated dialog.
Remarks
See Also