verifIsSessionReadOnly
verifIsSessionReadOnly(
g_sessionId
)
=> t / nil
Description
Determines if the given session is read-only.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
Value Returned
Examples
The following example shows how to use this function.
sess = verifOpenCellView("test" "sample" "verifier" ?mode "r")
=> 1
verifIsSessionReadOnly(sess)
=> t
verifIsSessionReadOnly(99)
*WARNING* (VERIFIER-5004): verifIsSessionReadOnly - no such session: 99
=> nil
Related Topics
Verifier Session and Setup Functions
Return to top