Re: [Haskell-cafe] Using catch and errors

2005-04-22 Thread Alexandre Weffort Thenorio
Thanks for the tips. (There's also the obvious syntax error of not quoting the string int.hex, but I suspect you would have caught that one.) In fact it was supposed to be there. Just a typo I guess After the catch, you have another instance of the readFile command you would have just run,

Re: [Haskell-cafe] a newbie's question

2005-04-21 Thread Alexandre Weffort Thenorio
Well I think one of the best tools to programme on for Windows is UltraEdit, it will give you colors and other stuff (provided you get the correct file for it which is out on the net). Emacs also exists for windows and is not bad, but I don't know if that is the best tool (I sure like it but I

Help with Exceptions on I/O

2003-08-14 Thread Alexandre Weffort Thenorio
I have a program which creates textfiles out of other files. Since theprogram is runned from windows I output some text strings (Like "Filecreated succefully") and I need to stop the program before it quits so thatthe user can read the line outputted to know what went on and then he canpress