command line output

Mark Wieder mwieder at ahsoftware.net
Sat Feb 18 18:31:36 EST 2012


Jose-

Saturday, February 18, 2012, 2:27:05 PM, you wrote:

> If comment or remove write lines, both switch cases work, but still not sending
> any output to the console.

> What's wrong?

Windows has its own definition of what "writing to the console" means.
All your output is indeed going to stdout. But not to the screen. If
you redirect your app when you launch it you can catch the stdout
statements:

yourAppName > stdoutfile.txt

-- 
-Mark Wieder
 mwieder at ahsoftware.net





More information about the use-livecode mailing list