axlGetSessionWindowNumber
axlGetSessionWindowNumber(t_sessionName) =>x_number/ nil
Description
Returns a unique integer representing a number corresponding to a given session name.
This function is applicable only when the cellview is opened in the GUI mode. The window number returned by this function is the number displayed in the lower left corner of the window.
Arguments
Value Returned
|
The unique integer representing a number corresponding to the given session name is returned. |
||
Examples
Returns the session ID for the session corresponding to the current window.
sessionNum = axlGetSessionWindowNumber(axlGetWindowSession())
=> 1
Related Topics
Return to top