0

In DataFlex 3.2, I've opened a ASCII file for output, and populated it with data. When I quit the program, the output file is closed and is accessible by 3rd party software. There has to be a way to close the output file without quitting my DataFlex program, but I can't find a "close" command or similar.

How can I close a file opened for output?

Shawn
  • 3,031
  • 4
  • 26
  • 53

1 Answers1

1

Close files with the command close_output

Sean
  • 26
  • 1