Re: Saving PCX
- Posted by Robert Craig <rds at EMAIL.MSN.COM> Jan 12, 1998
- 767 views
Michael J. Raley asks: > Does the interpreter Close all unclosed files on exit? Yes, it does. This flushes out any remaining characters in the output buffer for each file. You can also call close() at any time when you are finished with a file. Euphoria has a limit of 15 open files at any one time. No one has complained so far. DOS may further limit you. Regards, Rob Craig Rapid Deployment Software