[Swift-user] using writeData
Carolyn Phillips
cphillips at mcs.anl.gov
Fri Aug 31 11:42:56 CDT 2012
Nm!
Because the file does not end in an eol I did not notice that it was not empty at all when I cat it to the screen
On Aug 31, 2012, at 11:19 AM, Carolyn Phillips <cphillips at mcs.anl.gov> wrote:
>
> I have this loop in my script. However, when I check passes.log after the script has successfully run, it is empty! Why is that?
>
> iterate passes {
>
> # Other random stuff
>
> file passlog <"passes.log">;
> passlog = writeData(passes);
>
> } until (passes == 2); # Determine if Done
More information about the Swift-user
mailing list