hnlSetPrintLinePrefix
hnlSetPrintLinePrefix(
t_value
)
=> t / nil
Description
Registers the line prefix to be used when printing individual subcircuits during auCdl netlisting to indicate the continuation of the text on the next line, when the line length exceeds the limit set by the HNL global variable hnlSoftLineLength.
Arguments
|
The line prefix set as the indicator of the continuation of subcircuit text. The valid prefixes are: |
Value Returned
Examples
hnlSetPrintLinePrefix("+")
Related Topics
Return to top