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.
namespace Command
parameter command ( String ) : The command to run.
return value Void
Example

untested examples

  <step>Command.RunCommand("@@")</step>
  <step>Command.RunCommand("1 THRO 10 @@")</step>
  <step>Command.RunCommand("@ 0")</step>
  <step>Command.RunCommand("GROUP 1 PATTERN 1.1 @ 50")</step>
Also used in
Remarks