Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

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

w_windowId

A window ID you specify.

t_prompt

String specifying the prompt for the window associated with the given window ID.

Values Returned

t_prevPrompt

Returns the value of the previously set prompt.

nil

Returns nil if the previously set value was a SKILL prompt.

Related Topics

General Environmental Functions


Return to top
 ⠀
X