Servertec   pp:warningMessages Variable
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
iPP
Templates
Constants
Identifiers
Operators
Directives
Macros
Java API
pp( )
displayLogo( )
embeddedQuotes( )
removeBlankLines( )
removeComments( )
searchPath( )
verboseMessages( )
warningMessages( )
define( )
main( )
preprocess( )
undefine( )

Sales
Legal
Feedback

 

Used to set whether to display warnings.

Syntax

    pp.warningMessages

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;
    
 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Tue Jan 26 22:17:56 EST 1999