clearFields()

The system function ConsoleLib.clearFields clears the display buffers of the specified fields. If no fields are specified, all fields are cleared. This function has no effect on the bound data elements; any data that was stored in the bound data elements will not be cleared.

  ConsoleLib.clearFields( 
    [consoleField1 ConsoleField inOut
    {, consoleField1 ConsoleField inOut}
    ] )
consoleField1
The name of the variable of type ConsoleField.

Related reference
EGL library ConsoleLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.