CoCoA:Reset

From ApCoCoAWiki
Revision as of 10:02, 24 October 2007 by XMLBot (talk | contribs) (pushing XML rev. 1.46, again)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Reset

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
-------------------------------

Syntax

Reset():NULL

Introduction to Panels

ResetPanels

Seed

   <type>panels</type>
   <type>system</type>