3. Statements : OpenROAD Language Statements : Message Statement
 
Share this page                  
Message Statement
This statement displays a message (character string) on the screen in a pop-up window.
This statement has the following syntax:
message varcharstringexpr;
The pop-up window is centered in the frame that executes the statement. The pop-up covers the calling frame and remains on display until the user clicks its OK button. The calling frame is inactive while the pop-up is displayed.
Note:  For another way to display a simple message, see the InfoPopup method of the ProcExec class (see InfoPopup Method).