Prints a string to Rhino's command window. Use this method, instead of the Print method, if you are using Visual Basic.
Rhino.PrintEx ([strMessage])
strMessage |
Optional. String. A prompt, message, or value. |
Null.
Rhino.PrintEx "Hello Rhino!"
Rhino.PrintEx
Rhino.PrintEx "Hello Again!"