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 mwie...@ahsoftware.net _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode