verifMergeImportedFiles
verifMergeImportedFiles(g_sessionId l_files[ ?interactiveg_interactive] ) => t / nil
Description
Merges the requirements from the Verifier session with the requirements from the imported files. If differences exist, the Compare and Merge form is displayed.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
|
The list of files to be merged. If no files are specified, all imported files are merged. |
|
Value Returned
|
There are no imported files defined in the specified session. |
Examples
The following example opens a Verifier cellview and merges the requirements in the session with the imported requirements from a CSV file:
list1 = list("./csv/111.csv")
verifMergeImportedFiles("0" list1)
=> t
Related Topics
Return to top