Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
documentation:language_reference:functions:verbosity [2016/10/09 22:12] – created Maurits W. Haverkort | documentation:language_reference:functions:verbosity [2022/10/01 09:38] (current) – Maurits W. Haverkort | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Verbosity ====== | ||
+ | |||
+ | ### | ||
+ | // | ||
+ | ### | ||
+ | |||
+ | ===== Input ===== | ||
+ | |||
+ | ### | ||
+ | * //a// : Integer used as bitwise comparison in different functions to set or unset print statements in the output. | ||
+ | |||
+ | ### | ||
+ | |||
+ | ===== Output ===== | ||
+ | |||
+ | ### | ||
+ | none | ||
+ | ### | ||
+ | |||
+ | ===== Example ===== | ||
+ | |||
+ | ### | ||
+ | Verbosity is a global parameter that can be set with the following call | ||
+ | ### | ||
+ | |||
+ | ==== Input ==== | ||
+ | <code Quanty Verbosity.Quanty> | ||
+ | -- For maximal verbosity | ||
+ | Verbosity(0xFFFF) | ||
+ | -- For minimal verbosity | ||
+ | Verbosity(0x0) | ||
+ | -- For standard verbosity | ||
+ | Verbosity(0xF) | ||
+ | </ | ||
+ | |||
+ | ==== Result ==== | ||
+ | <file Quanty_Output Verbosity.out> | ||
+ | </ | ||
+ | |||
+ | Verbosity by it selves gives no output. It changes the printed output of other routines. It does not change calculation results | ||
+ | |||
+ | ===== Table of contents ===== | ||
+ | {{indexmenu> | ||