no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Next revision
documentation:language_reference:functions:verbosity [2016/10/10 09:41] – external edit 127.0.0.1
Line 1: Line 1:
 +====== Verbosity ======
 +
 +###
 +//Verbosity(a)// sets the verbosity of several functions. //a// has to be a positive integer. In order to minimize the output set //a=0// i.e. //Verbosity(0)//. The verbosity of different functions uses bitwise comparison, allowing you to silence different functions differently. Maximal output is created with the call //Verbosity(0xFFFF)//. (0x defines hexadecimal notation, FFFF sets all 16 bits to one)
 +###
 +
 +===== Input =====
 +
 +###
 +  * //a// : Integer used as bitwise comparison in different functions to set or unset print statements in the output.
 +
 +###
 +
 +===== Output =====
 +
 +###
 +none
 +###
 +
 +===== Example =====
 +
 +###
 +description text
 +###
 +
 +==== Input ====
 +<code Quanty Verbosity.Quanty>
 +-- some example code
 +</code>
 +
 +==== Result ====
 +<file Quanty_Output Verbosity.out>
 +text produced as output
 +</file>
 +
 +===== Table of contents =====
 +{{indexmenu>.#1}}
  
Print/export