nag_write_line (x04bac) may be used to write to files opened with nag_open_file (x04acc).
4 References
None.
5 Arguments
1:
fileid – Nag_FileIDInput
On entry: the identifier of the file to be written to. This must have been returned by a call of nag_open_file (x04acc).
2:
line – const char *Input
On entry: a character-string. This is written to the external file as a single record. Trailing blanks are not output, except that if line is entirely blank, a single blank character is output.