Function ====== Command.RunCommand ====== Void Command.RunCommand(String command) ^ API | http://api.avolites.com/10.1/Command.RunCommand.html | ^ description | Runs the supplied command if possible. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Command]] | ^ parameter | command ( [[macros:type:string]] ) : The command to run. | ^ return value | [[macros:type:void]] | == Example == //untested examples// Command.RunCommand("@@") Command.RunCommand("1 THRO 10 @@") Command.RunCommand("@ 0") Command.RunCommand("GROUP 1 PATTERN 1.1 @ 50") == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~