If I create a log file using a comment like "(LOGOPEN,probe-results.ngc)" and write to the file using "(LOG #<_theValue>)" I don't get any newlines in the file. Including "\n" results in "\n" being written to the file. How can I get each line separated by newline or carriage return or linefeed?