promptLineMode()

The system function ConsoleLib.promptLineMode displays the string in line mode and waits for user input, which is submitted when the user presses Enter.

  ConsoleLib.promptLineMode(message String in)
  returns (result STRING)
result
The user input.
message
The phrase to display.

Related reference
EGL library ConsoleLib

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