Set the text that appears in the Rhino command prompt.
In general, you should use the Prompt method. In rare cases, like time consuming tasks, the message that appears in the prompt has non-standard formatting. In these rare cases, this method can be used to literally specify the text that appears in the command prompt window.
Rhino.PromptMessage ([strPrompt])
strPrompt |
Optional. String. A prompt. |
Null.
Rhino.PromptMessage "Hello Rhino!"