hiSetWindowDefaultPrompt
hiSetWindowDefaultPrompt(w_windowId t_prompt) =>t_prevPrompt/nil
Description
Sets the prompt for the window associated with the given window ID instead of the default SKILL prompt. The function returns either the value of the previously set prompt or nil. If you specify an empty string for t_prompt, the function resets the prompt to the default value, which is the SKILL prompt.
Arguments
|
String specifying the prompt for the window associated with the given window ID. |
Values Returned
Related Topics
General Environmental Functions
Return to top