PRTools contents |
PRWARNING
PRWARNING(LEVEL,FORMAT,...)
Shows the message (given as FORMAT and a variable number of arguments), if the current PRWARNING level is >= LEVEL. Output is written to standard error ouput (FID = 2).
PRWARNING(LEVEL) - Set the current PRWARNING level
Set the PRWARNING level to LEVEL. The default level is 1. The levels currently in use are
0 no warnings
1 severe warnings (default)
2 warnings
3 light warnings
10 general messages
20 program flow messages
30 debugging messages
PRWARNING OFF - Same as PRWARNING(0)
PRWARNING | ON - Same as PRWARNING(1) |
PRWARNING |
|
PRTools contents |