displayLineMode()

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)
text
The string to display

Related reference
EGL library ConsoleLib

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