RE: Simple Euphoria Suggestion

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

> From: Bernie Ryan [mailto:xotron at bluefrognet.net] 
>
> Rob:
>    Thanks, It must be the way my program was crashing.
>    It seems that if you can react to a exception error you
>    should still be able to close any open files.
> Bernie
> 
> PS: Thanks to everyone else who responded

In 2.4, it does:

integer fn
fn = open("bernie.txt","w")
puts(fn, "Hello World!")
poke( 5, 0 )

The output is flushed for me after the exception is caught.

Matt Lewis

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

Search



Quick Links

User menu

Not signed in.

Misc Menu