Prompt

A prompt is a one-line statement that elicits user input. You can declare a prompt by using the following syntax:
  myPrompt Prompt { message = "Type your ID: "}; 

You display a prompt by including the prompt variable in an openUI statement, which binds the prompt to a STRING variable for display. You can configure the prompt to accept a single character or a string; see the isChar property in Prompt properties in consoleUI.


Feedback