PreviousNextIndex

&MESSAGE preprocessor directive

Displays a message at compile time in the Compiler Messages dialog box.

Note: Does not apply to SpeedScript programming.
Syntax

&MESSAGE text-string 

text-string
Examples

This is a possible compile-time message directive:

&MESSAGE Compiling the {&FILE-NAME} file. 
. . .  

If this fragment appears in a procedure file, cmessage.p, compiling this file with the COMPILE statement causes the following message to be included with the compiler messages:

Compiling the cmessage.p file. 

See also

{ } Preprocessor name reference


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex