clearForm()

You can use the consoleLib.clearForm() system function to clear all fields in the specified form. The function does not affect any variables bound to the displayed fields.

Syntax

  consoleLib.clearForm(formName ConsoleForm in)
formName
A console form variable whose fields are to be cleared.

Feedback