NairnFEAMPM Icon

Message Command

The Message command will write all arguments to the message panel:

Message (arg1),(arg2),(arg3),(arg4),...

If any arguments are expressions, they will be evaluated before the output is written. When there are more than one argument, they will be separated by tabs.

A Message command with no arguments will clear the message panel.

Notes

  1. There is only one message panel shared by all command documents and by scripting processes.
  2. The message panel is opened with the "Message Panel" command in the "Window" menu. It will automatically be opened on the first Message command.
  3. The message command is useful for debugging or for display progress in a long process.
  4. The Message is not allowed for internal scripts. Instead, use Write or WriteLine to write text to console pane of the script window.