| GetCommand |
|---|
| Script function world.GetCommand
Read about scriptingType Method Summary Gets the current command in the command window Prototype BSTR GetCommand();
View list of data type meaningsDescription Returns the current contents of the command window, without changing it.VBscript example Jscript example PerlScript example Python example Lua example Return value See Also ... Functions
GetCommandList (Returns some or all commands from the command history)
PushCommand (Pushes the current command into the command history list)
SelectCommand (Selects (highlights) the current command in the command window)
SetCommand (Sends text to the command window)(Help topic: function=GetCommand)
Documentation contents page |