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

nlInfo

nlInfo( 
o_netlister 
t_info 
[ g_arg ... ]
) 
=> t

Description

Sends an informational message to the calling application.

Arguments

o_netlister

The netlister object.

t_info

The message description, a format string.

g_arg

Arguments used for printing with the format string.

Value Returned

t

Always returns t.

Examples

The following example sends the given message to the calling application:

nlInfo(nl "My info message.\n")
=> t


Return to top
 ⠀
X