Python: How to output a string to the command line scroll box?

In the old days of VBscript we could print to the command window via Rhino.Print(“text”)
Is this not possible in python ?

EDIT:
Found it.

Check out the Write methods here:

https://developer.rhino3d.com/5/api/RhinoCommonWin/html/T_Rhino_RhinoApp.htm

1 Like