rbv_api.print()

Purpose

Prints text messages in the formula and trigger debugging windows. End-users will not see the messages at runtime.

Syntax

rbv_api.print (text)

Parameters

text

Message to print in the debugging window

Return value

None

Example