The system function ConsoleLib.displayLineMode displays the designated string in line mode rather than form/window mode. The string value is sent to the standard out location on the running system. All display characteristics such as wrapping and scrolling become the responsibility of the standard output interface.
ConsoleLib.displayLineMode(text STRING in)
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library ConsoleLib