XojoScript.Print

From Xojo Documentation

Event


XojoScript.Print(msg As String)

Supported for all project types and targets.

The compiler is returning the results of the script in msg.

Notes

Using the Print method in your script calls this event handler with the supplied string. In the event handler you can display the string.

Example

This example Xojo script calls the Print event handler:

Print("Hello, world!")