verifGetSnapshotComment
verifGetSnapshotComment(g_sessionId t_snapshotName) =>t_comment/ nil
Description
Returns the comment text for a snapshot.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
Examples
The following example opens a Verifier session and returns the comments for a snapshot.
sess = verifOpenCellView("mylib" "mycell" "verifier")
=> 0
verifGetSnapshotComment(sess "snap1")
=> "The first snapshot"
Related Topics
Return to top