The system function ConsoleLib.displayFields displays form field values to the Console. If data elements are bound to the fields, the data will be retrieved from those elements and formatted according to the rules specified with the form field. For an unbound form field, data can be set directly to the fields by accessing the ConsoleField.value field.
ConsoleLib.displayFields( [consoleField1 ConsoleField in {, consoleField1 ConsoleField in} ])
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library ConsoleLib