PythonScript Xojo Plugin

PythonScriptConsoleOutput.ConsoleOutput Event

This event is fired when print method is called from within Python script.

ConsoleOutput(
   output as String)

Parameters

output
The text as string that comes from the Python Print method.

Remarks

The event will only fire if you have wired the PythonConsoleOutput class to the PythonScript class by using the PythonScript.SetConsoleOutput function.

See Also

PythonScriptConsoleOutput Class