[back] [prev] [next] [index] [root]
PRINTLEVEL
Reads or sets the printlevel for a certain function.
Syntax:
x := PRINTLEVEL(s);
x := PRINTLEVEL(s,level);
x := PRINTLEVEL("all",level);
small integer |
x |
|
string |
s |
|
small integer |
level |
|
Description:
The PRINTLEVEL function reads or sets the printlevel for
a certain function, i.e. the level of how much information
of a computation is displayed for the KANT function
specified by the debug string s. For valid debug
strings refer to the {\sc Debug} entries in the reference
manual. To read the printlevel corresponding to s
enter PRINTLEVEL(s). A printlevel can be set by
calling the PRINTLEVEL function with two arguments
the second one being the new printlevel. In both cases
the current printlevel will be returned.\smallskip
The command PRINTLEVEL("all",level) sets
the printlevel for all KANT functions to level.
Please note, that this function should be used carefully, e.g.
for a first try it is useful to start with
PRINTLEVEL("all", 0).
<- back[back] [prev] [next] [index] [root]