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

nlPrintComment

nlPrintComment( 
o_netlister 
[ t_arg1 t_arg2 ... ] 
) 
=> t / nil

Description

Prints a comment.

Use this method to print all comments. This method uses the comment character and line wrapping. A subsequent nlPrintf call inserts the end comment string.

Arguments

o_netlister

The netlister object.

t_arg1, t_arg2

Arguments to formatted output.

Value Returned

t

The comment is printed.

nil

There is an error.

Examples

The following example displays a comment as specified:

nlPrintComment( netlister "My comment" )
=> t


Return to top
 ⠀
X