showHelp()

You can use the consoleLib.showHelp() system function to display a help message. The string argument is the key for the message in the resource bundle identified by the consoleLib.messageResource variable. The message is displayed on the line identified by the messageLine property.

Syntax

  consoleLib.showHelp(helpMessageKey STRING in)
helpMessageKey
The key that corresponds to the text for a help message.

Feedback