comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Use of /APPEND keyword
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Use of /APPEND keyword [message #80835 is a reply to message #80832] Fri, 13 July 2012 05:16 Go to previous message
Klemen is currently offline  Klemen
Messages: 80
Registered: July 2009
Member
/append just apends the data to an already existing file. So if you run the code and the file doesn't exist, it will first create it but afterwards the data will allways be written in the end of this file.

If you run this code because of some reason several times and you always generate the sam output, you might delete the file first (FILE_DELETE). Once the IDL finish its processing, you will always get the same output (although it would then make more sense to comment the ouput part of the code).

If the data are not always the same, add some idetntifier to the file, for instance something date/time based.

Cheers, Klemen
[Message index]
 
Read Message
Read Message
Previous Topic: Re: java-idl connector & memory issues
Next Topic: Array Integration

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 23:04:48 PDT 2025

Total time taken to generate the page: 1.20242 seconds