Servertec   pp:undefine( ) Method
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 remove an existing identifier.

Syntax

    pp.undefine( Sting )

Parameters

    pp an instance of the pp class.
    String contain the name of the identifier to remove.

Returns

    Nothing

Notes

    Requires that stec.pp.pp be imported.

Example

    pp.undefine("__OS__")
    
 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Tue Jan 26 22:17:56 EST 1999