up previous next
reset panels to their default values
This function resets the options in the CoCoA panels to their default
values.
Set Indentation;
Panel(GENERAL);
Echo............... : False
Timer.............. : False
Trace.............. : False
Indentation........ : True
TraceSources....... : False
SuppressWarnings... : False
ComputationStack... : False
-------------------------------
ResetPanels();
Panel(GENERAL);
Echo............... : False
Timer.............. : False
Trace.............. : False
Indentation........ : False
TraceSources....... : False
SuppressWarnings... : False
ComputationStack... : False
-------------------------------
|