Used to set whether to display warnings.
Syntax
Notes
|
pp
|
an instance of the pp class.
|
warningMessages is a boolean:
| true |
displays warnings. |
| false |
does not display warnings. |
The default value is false.
Requires that stec.pp.pp be imported.
Example
mypp.warningMessages = true;
|