Returns information about an analysis (WDD file).
Syntax
<Result> = HInfoAnalysis([<Path of the WDD file> [, <Password of the WDD file>]])
<Result>: Character string
Analysis information. This information is using the following format:
<Analysis GUID> + CR + <Generation Number>
<Path of the WDD file>: Optional character string
Full path of the analysis (.WDD file) to use.
If this parameter is not specified or if it is equal to an empty string (""), the current analysis is used.
<Password of the WDD file>: Optional character string
Password defined for the analysis. If no password is defined, this parameter must be equal to an empty string ("").
Business / UI classification: Business Logic