*AddSource()
Specifies the source name and path of the result template used for result math analysis.
Syntax
*AddSource (source_name, source_path)
Application
HyperView
Inputs
- source_name
 - The label given to the source.
 - source_path
 - The path that the source is referenced from.
 
Context
*BeginResultMath()
Example
*AddSource("Source 1", "c:\rmath\rmath.xml")
      Comments
A *ResultMathTemplate() command may be placed inside a *BeginResultMath() block to capture the name of the result math template used for result math analysis.