- Function ShowMessageWindow([do\_show])
ShowMessageWindow
With the procedure ShowMessageWindow
you programmatically open or
close the AIMMS message window.
ShowMessageWindow(
[do_show] ! (optional) scalar expression
)
Arguments
- do_show (optional)
A scalar 0-1 expression, indicating whether the message window should be opened (value is 1) or should be closed (value is 0). The default is 1.
See also
The procedure ShowProgressWindow
.