Servertec   #message
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
iPP
Templates
Constants
Identifiers
Operators
Directives
## // /* */
#define
#error
#if{def|ndef}
#include
#message
#undef

Macros
Java API
Sales
Legal
Feedback

 

Displays a message.

Syntax

    #message text

Notes

    text the message to display.

    The message is sent to stdout.

Example

    #if VERSION != CURRENTVERSION
        #message You are about to build an old version
    #endif
    
 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Tue Jan 26 22:17:56 EST 1999