Retrieves a message from the collaboration message file.
Returns a String object that contains the text for the message identified by the ID and Parameters inputs.
The Get Message with Parameter function block takes a message number and an array of message-parameter values. It retrieves the associated message from the collaboration message file, replaces its message parameters with the objects in the parameter array, and returns the resulting message as a String object.
This function block is based on the BaseCollaboration.getMessage() method. For more information, see getMessage().