Re: Can't create error message file: ex.err

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu