Re: wxEuphoria woes
- Posted by cklester <cklester at yahoo.com> Sep 08, 2005
- 514 views
D. Newhall wrote: > > > integer fn > fn = open(TASKS_FILE, "r") You never close this file... maybe that's the problem.
close(fn)
I just tried it and closing the file doesn't matter... :/ -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/