verifGetCellViewSession
verifGetCellViewSession(t_libName t_cellName t_viewName) =>x_sessionId/ nil
Description
Returns the integer session ID for the specified opened Verifier cellview.
Arguments
Value Returned
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Examples
The following example retrieves the session ID of a Verifier cellview.
verifOpenCellView("test" "setup" "verifier")
=> 1
sessionId = verifGetCellViewSession("test" "setup" "verifier")
=> 1
Related Topics
Verifier Session and Setup Functions
Return to top