displayLineMode()

You can use the consoleLib.displayLineMode() system function to display the specified string on the standard output interface rather than in a console window. All display characteristics such as wrapping and scrolling become the responsibility of the output interface. This function does exactly the same thing as the sysLib.writeStdout() function. EGL maintains consoleLib.displayLineMode() for backward compatibility only.

Syntax

  consoleLib.displayLineMode(text STRING in)
text
The string to display.

Feedback