up previous next

Reset

Syntax

Reset():NULL
    

Summary

reset panels and random number seed to defaults

Description

This function resets the options in the CoCoA panels to their default values and executes Seed(0).

example

    
Set Indentation;
Panel(GENERAL);

Echo............... : FALSE
Timer.............. : FALSE
Trace.............. : FALSE
Indentation........ : TRUE
TraceSources....... : FALSE
SuppressWarnings... : FALSE
ComputationStack... : FALSE
-------------------------------
Reset();
Panel(GENERAL);

Echo............... : FALSE
Timer.............. : FALSE
Trace.............. : FALSE
Indentation........ : FALSE
TraceSources....... : FALSE
SuppressWarnings... : FALSE
ComputationStack... : FALSE
-------------------------------
        
    

See Also