By experimenting, it seems that “putting” text into or after the message box
container results in the test being output to the console (perhaps stdout,
perhaps stderr).
Running this script under LiveCodeServer:
put "Hello" into message box
put " World" after message box
put return
Displays this on the terminal:
$ ./test.lc
Hello World
Is there a more correct “container” than message box to use in with the put
function to send text to the terminal in LiveCodeServer?
Regards
Peter
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode