Console container for put function?

Peter W A Wood peterwawood at gmail.com
Thu Apr 23 23:52:00 EDT 2015


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



More information about the use-livecode mailing list