On 12/18/19 7:01 AM, JB via use-livecode wrote:
This isn’t something I need but I read in a older manual
you can write to the terminal using stdout.  It said the
terminal needs to  be open and you use code like
below to log or write to the terminal;

put "Hello world." into tMessage
write tMessage && the long time & return to stdout

When I run this code nothing happens even though
I have the terminal open.

Does anyone know how to use stdout with the terminal
from within a stack?

Works here, on linux at least.
Launch LC from a commandline, then from the messagebox type
write "hello, world" to stdout

--
 Mark Wieder
 ahsoftw...@gmail.com

_______________________________________________
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

Reply via email to