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

nlPrintStringNoFold

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

Description

Prints the string arguments to the file, like the function nlPrintString. This function does the required prefixing and postfixing, but does not fold the line until a newline character or maxLineLength is encountered. While in a ’no fold’ print mode, calls cannot be made to nlPrintString.

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 an indent string for the instance statement:

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


Return to top
 ⠀
X