HD$ AnsGetVal Method  
This function gets the answer value for a variable. It can also get a single (indexed) value from a repeated answer.

 

JavaScript API: Embedded
Assembly: hotdocs.js Version: 1.0.0.0 (1.0.0.0)
Syntax

 
 
JavaScript
 
function AnsGetVal(vName, ndx, callback);

Parameters

vName
Type: System String
A variable name.
ndx
Type: System String
A string of numeric values delimited by colons (:), which represents the 0-based repeat index at each level, with a limit of four levels. [optional]
callback
Type: function
A function to call after the value has been returned. It should accept one argument, which is the requested value.
Remarks

 
For more information about answers and repeat indexing, see HotDocs Answers.
See Also

 

Reference