msg()

Function to display a message on the project Output View pod.

The method msg() is located in the file project.jsxinc.

Usage

var message = "The quick brown fox jumps over the lazy dog";
msg(message);

Parameters

Parameter Data type Required Description
message String The message to display.

Return values

This function has no return values.