Main Help → All Commands → Language Reference → Message
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.
Message
command.
Message
is not allowed for internal scripts. Instead, use Write or WriteLine to write text to console pane of the script window.