Prints a string to Rhino's command window. Note, this method cannot be called from Visual Basic. If you are using Visual Basic, use the PrintEx method.
Rhino.Print ([strMessage])
strMessage |
Optional. String. A prompt, message, or value. |
Null.
Rhino.Print "Hello Rhino!"
Rhino.Print
Rhino.Print "Hello Again!"