1. stop file from closing.
- Posted by curtis <curtislebl at gmail.com> Apr 06, 2007
- 581 views
How can i keep a file from closing when it reaches the end. I want the file to just stay there the way it is until the person using it clicks X.
2. Re: stop file from closing.
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Apr 07, 2007
- 591 views
curtis wrote: > > How can i keep a file from closing when it reaches the end. I want the file > to just stay there the way it is until the person using it clicks X. Hot entirely sure here, but I think you want to add
if getc(0) then end if
at the end of your program HTH, Pete
3. Re: stop file from closing.
- Posted by don cole <doncole at pacbell.net> Apr 07, 2007
- 559 views
curtis wrote: > > How can i keep a file from closing when it reaches the end. I want the file > to just stay there the way it is until the person using it clicks X. (my see is broken) Hello ~urtis, Go to Euphoria\bin\ba~kend.exe Right ~li~k program tab and un ~he~k ~lose on exit box. Or do that with the dos window that is ~losing. Don Cole
4. Re: stop file from closing.
- Posted by "Greg Haberek" <ghaberek at gmail.com> Apr 07, 2007
- 565 views
I believe this is what you're looking for...
include get.e atom key key = wait_key()
On 4/6/07, curtis <guest at rapideuphoria.com> wrote: > > > posted by: curtis <curtislebl at gmail.com> > > How can i keep a file from closing when it reaches the end. I want the file to > just stay there the way it is until the person using it clicks X. > > > >
5. Re: stop file from closing.
- Posted by Hayden McKay <hmck1 at dodo.com.au> Apr 07, 2007
- 595 views
I think this is want you want... * open your .\euphoria\bin directory * R-click on 'ex.pif' and L-click on 'properties' * L-click on 'program' tab and clear the 'close on exit' checkbox now files ran with ex.exe will remain open until user presses [x]