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
Value Returned
|
List containing a handle to all history entries in the setup database is returned along with a list of all the history entries. |
||
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