nlPrintString
nlPrintString(o_netlister, [ @restt_args] ) => t / nil
Description
Prints the string arguments to the file. This function does the required line folding, prefixing, and, postfixing.
Arguments
Value Returned
Examples
The following example displays a string argument to the file:
nlPrintString( netlister, "my string\n" )
=> t
Return to top