Re: Can't create error message file: ex.err
- Posted by akusaya at gmx.net May 27, 2005
- 572 views
It happens if you open()ed a file but never closed it, so the maximum number of open files is reached, Eu cannot open ex.err. You should examine your code to make sure it's closed. The common mistake is: -- **A for i = 1 to ... do fn = open("filename", "r") -- **B for j = 1 to ... do read a line from file process line end for end for **B should be placed on **A. d> posted by: don cole <doncole at pacbell.net> d> No reason given. d> No other files running (that have anything to do with Euphoria) in d> Ctl-Alt-Del? d> Any ideas??? d> Don Cole d> SF