rbv_api.println()

Purpose

Prints text messages in the formula debugging window, adding an end-of-line "\n" symbol after the output. End-users will not see the messages at runtime.

The print() and println() methods can also be used in JavaScript reports to generate output.

Syntax

rbv_api.println (text)

Parameters

text

message to be output

Return value

None