axlSetHistoryName
axlSetHistoryName (x_historyHandlet_newHistoryName) => t / nil
Description
Sets a new name for the specified history.
Arguments
Value Returned
Examples
Renames the specified history to newHistoryName.
session=axlGetWindowSession()
=> "session0"
x_mainSDB = axlGetMainSetupDB(session)
=> 1001
historyHandle=axlGetHistoryEntry(x_mainSDB "SingleRun.1")
=> 4127
axlSetHistoryName( historyHandle "newHistoryName")
=> t
Return to top