[Swift-user] using writeData

Carolyn Phillips cphillips at mcs.anl.gov
Fri Aug 31 11:19:19 CDT 2012


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