I suppose all the text in the last message scares most people. Too much to read, so I try this instead:
OUTPUT Master_GDL, i, 1, field1, field2, field3, field4, field5, field6, field7, "\n"
I try to write some variables separated with tabulators to a file.
But every output should be ended by a newline.
The statement above do not function in such a way.
When I read the file into Notepad, the content of the whole file is there.
When I read it into OpenOffice then only the first line is shown.
Can anyone tell me how to end an output with an understandable newline or maybe CR and NL ?