Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlGetCurrentHistory

axlGetCurrentHistory( 
t_sessionName 
) 
=> x_historyHandle / nil 

Description

Returns the internal integer value representing the current history entry in active use.

Arguments

t_sessionName

Session name

Value Returned

x_historyHandle

Integer value representing the handle to the currently active history entry is returned.

nil

Integer value representing the handle to the currently active history entry is not returned.

Examples

Returns the integer value 1002 that represents the current history entry.

sess=axlGetWindowSession()
"session0"
axlGetCurrentHistory( "session0" )
=> 1002

Return to top
 ⠀
X