displayAtLine()

The system function ConsoleLib.displayAtLine displays a string to a specified place within the active window.

  ConsoleLib.displayAtLine(
    text STRING in
    line INT in)
text
The string to display.
line
The number of the line on which to display the string.

Related reference
EGL library ConsoleLib

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