Returns the name of the last executed command.
Rhino.LastCommandName ()
None.
String |
The name of the last executed command. |
Dim intResult
Rhino.Command "Line"
Rhino.Print "The last command was the " & Rhino.LastCommandName & " command."