axlSetOverwriteHistoryName
axlSetOverwriteHistoryName(
x_setup
t_overwriteHistoryName
)
=>t / nil
Description
Sets the name of the history to be overwritten for the specified active setup.
Arguments
Value Returned
Examples
Overwrites the specified history.
x_activeSetup=axlGetActiveSetup(axlGetMainSetupDB(axlGetWindowSession()))
=>2417
axlSetOverwriteHistory(x_activeSetup t)
=>t
axlSetOverwriteHistoryName(x_activeSetup "Interactive.1")
=>"2535"
Return to top