axlRemoveSetupState
axlRemoveSetupState(
t_sessionName
t_stateName
)
=> t / nil
Description
Removes the specified setup state for the given session.
Arguments
Value Returned
Examples
Removes the state1 state that is saved for session session1.
session = (axlGetWindowSession)
"session1"
(axlSetupStates session)
("state1")
(axlRemoveSetupState session "state1") => t
Return to top