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

axlGetHistory

axlGetHistory( 
x_hsdb 
) 
=> l_history / nil 

Description

Returns a list containing a handle to all history entries in the setup database and a list of all the history entries.

Arguments

x_hsdb

Setup database handle

Value Returned

l_history

List containing a handle to all history entries in the setup database is returned along with a list of all the history entries.

nil

Indicates an error.

Examples

Returns a handle to all history entries in the setup database along with a list of all the history entries.

sess=axlGetWindowSession()
"session0"
sdb=axlGetMainSetupDB(sess)
1001
axlGetHistory(sdb)
=> (1045 ("Interactive.0" "Interactive.1"))

Return to top
 ⠀
X