HD$ AnsGetIter Method |
This function returns a single number value that represents the repeat index (1-based) of the current dialog. This is different than AnsGetRptNdx(function), which is 0-based and returns a complete set of four indexes. As such, AnsGetIter(function) is most useful for non-nested repeats where there is only one index that matters.
JavaScript API: Embedded
Assembly: hotdocs.js Version: 1.0.0.0 (1.0.0.0)
Syntax
JavaScript
function AnsGetIter(callback);
Parameters
- callback
- Type: function
A function to which the 1-based repeat index of the current repeated dialog will be passed.
Remarks
See Also