sevGetSessionType
sevGetSessionType(t_session) =>t_toolName /nil
Description
Returns the name of the tool associated with the given session.
Arguments
Value Returned
Examples
The following example returns the name of the tool in which the session sevsess is open.
sess = (axlGetWindowSession (hiGetCurrentWindow))
sevsess = (axlGetToolSession sess "AC1")
sevGetSessionType(sevsess)
=> assembler
Return to top