Multiple choice technology programming languages

Which one of the following @function performs a similar function to the Print method of the Lotus Script?

  1. @Print

  2. @StatusBar

  3. @MessageBox

  4. @MessageBar

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The @StatusBar function displays text on the status bar at the bottom of the Notes client, which performs a similar function to the Lotus Script Print method that outputs to the status bar. @Print doesn't exist in formula language, @MessageBox displays dialog boxes, and @MessageBar is not a valid function.