[gradsusr] Writing own texts into file
Jonas Kaufmann
me at j0nes.de
Tue Jun 15 03:25:06 EDT 2010
Hello,
I am currently writing some data into text files via
'd tmp2m'
dummy=write('myfile.txt', result, 1)
Now I would like to add some custom information into this file, e.g.
writing some comments in it. I tried something like
'say temperature'
dummy=write('myfile.txt', result, 1)
'd tmp2m'
dummy=write('myfile.txt', result, 1)
...but this failed. Is this possible, and if so, how can I do this?
Best regards,
Jonas Kaufmann
More information about the gradsusr
mailing list