nlPrintComment
nlPrintComment(o_netlister[t_arg1t_arg2... ] ) => t / nil
Description
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
Value Returned
Examples
The following example displays a comment as specified:
nlPrintComment( netlister "My comment" )
=> t
Return to top