method print

void print(string message);

Argumente

Zurückgegebener Wert

This method outputs the given string to a debugger and/or Boxely Trace app.
function myFunction(aMsg)
{
    shell.print("This incoming message is: " + aMsg);
}