hiSetEncapPrompt
hiSetEncapPrompt(w_window t_prompt) =>t / nil
Description
Sets the prompt for an encapsulation window.
Arguments
|
String to be used as the prompt. The default prompt is the greater than character (>). |
Value Returned
Examples
Returns t and displays the prompt “What_now?” directly above the input line in the encapsulation window.
hiSetEncapPrompt(w "What_now?")
Related Topics
Return to top