Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
documentation:language_reference:functions:verbosity [2016/10/10 09:41] – external edit 127.0.0.1 | documentation:language_reference:functions:verbosity [2022/10/01 09:38] (current) – Maurits W. Haverkort | ||
---|---|---|---|
Line 2: | Line 2: | ||
### | ### | ||
- | // | + | // |
### | ### | ||
Line 21: | Line 21: | ||
### | ### | ||
- | description text | + | Verbosity is a global parameter that can be set with the following call |
### | ### | ||
==== Input ==== | ==== Input ==== | ||
<code Quanty Verbosity.Quanty> | <code Quanty Verbosity.Quanty> | ||
- | -- some example code | + | -- For maximal verbosity |
+ | Verbosity(0xFFFF) | ||
+ | -- For minimal verbosity | ||
+ | Verbosity(0x0) | ||
+ | -- For standard verbosity | ||
+ | Verbosity(0xF) | ||
</ | </ | ||
==== Result ==== | ==== Result ==== | ||
<file Quanty_Output Verbosity.out> | <file Quanty_Output Verbosity.out> | ||
- | text produced as output | ||
</ | </ | ||
+ | |||
+ | Verbosity by it selves gives no output. It changes the printed output of other routines. It does not change calculation results | ||
===== Table of contents ===== | ===== Table of contents ===== | ||
{{indexmenu> | {{indexmenu> | ||