Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

msgHelp

msgHelp(
S_prodID 
S_msgID
) 
=> t / nil

Description

This function is used to access extended help for an error or a warning message. Currently, Distributed Processing (DP) is the only product that supports this feature.

Arguments

S_prodID

The product ID. In case of Distributed Processing, it is ’DP.

S_msgID

The error message ID. This is the numeric identifier that is available in the error message box.

Value Returned

t

If a valid product ID and error message ID is passed.

nil

If prodID or errorID is not valid.

Example

(msgHelp ’DP 8)

Displays extended help for the DP error message, whose message ID is 28.


Return to top
 ⠀
X