Re: How do I convert this to Euphoria?
- Posted by mattlewis (admin) Jan 14, 2013
- 1324 views
jimcbrown said...
mattlewis said...
I could tell you, but I think you'll prefer opening STDOUT as a file like so:
integer stdout = open("CONOUT$", "w" )
Doesn't this open the Console Output Window (ala euiw.exe behavior), rather than STDOUT?
E.g., it wouldn't work to write to STDOUT from a CGI app.
Hmm...you might be right...still..simply running as a console app should work (as you previously noted). And if it doesn't, we need to fix it.
Matt