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

nlPrintString

nlPrintString( 
o_netlister, 
[ @rest t_args ]
) 
=> t / nil

Description

Prints the string arguments to the file. This function does the required line folding, prefixing, and, postfixing.

Arguments

o_netlister

The netlister object.

@rest t_args

The strings to be printed.

Value Returned

t

The string argument is printed.

nil

There is an error.

Examples

The following example displays a string argument to the file:

nlPrintString( netlister, "my string\n" )
=> t


Return to top
 ⠀
X