Servertec #message
M E N U

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

iPP
Legal
Feedback

 


Displays a message.

Syntax

#message text

Notes

text the message to display.

Notes

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-1998 Servertec. All rights reserved.
Last Modified: Tue Jun 30 00:17:54 PDT 1998