verifSaveSessionAs
verifSaveSessionAs(
g_sessionId
t_libName
t_cellName
t_viewName
)
=> t / nil
Description
Saves the active setup of specified Verifier session as a cellview of the type ‘verifier’.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
Examples
The following example shows how to save a Verifier session to a new cellview.
sess = verifOpenCellView("test" "sample" "verifier")
=> 1
verifSaveSessionAs(sess "test" "sample" "verifier_new")
=> t
Related Topics
Verifier Session and Setup Functions
Return to top