- Function StatusMessage(message)
StatusMessage
With the procedure StatusMessage
you can display a short message in
the status bar at the bottom of the AIMMS window.
StatusMessage(
message ! (input) string expression
)
Arguments
- message
A scalar string expression containing the text you want to display in the status bar.
Note
If you have set the status bar to be hidden (via the project options), then the message will not be visible to the user.
See also
The procedures DialogMessage
, DialogProgress
.