displayAtPosition()

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

  ConsoleLib.displayAtPosition(
    text STRING in,
    line INT in,
    column INT in)
text
The string to display.
line
The number of the line at which to display the string.
column
The number of the column on which to display the string.

Related reference
EGL library ConsoleLib

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