Name

historymanager — enable or disable history manager

Calling Sequence

state1=historymanager(state2)
state1=historymanager()

Parameters

state1

returns history manager state 'on' or 'off'

state2

'on' or 'off' set history manager's state

Description

enable or disable history manager.

Examples

 
displayhistory()
backupstate=historymanager()
historymanager('off')
displayhistory()
historymanager('on')
loadhistory()
displayhistory()
historymanager(backupstate)
 

Authors

A.C