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