axlGetOverwriteHistoryName
axlGetOverwriteHistoryName(x_setup) =>t_historyName/ nil
Description
Returns the name of the history that is set to be overwritten for the active setup.
Arguments
Value Returned
Examples
Returns the name of the history that is set to be overwritten for the active setup.
x_activeSetup=axlGetActiveSetup(axlGetMainSetupDB(axlGetWindowSession()))
=> 2417
axlGetOverwriteHistory(x_activeSetup)
=> t
axlGetOverwriteHistoryName(x_activeSetup)
=> "Next History Run"
Return to top