Command_Execute()

Examples


The Command_Execute() function performs the action for the specified command.

Syntax

Command_Execute(command_tag)

Parameters

command_tag – The integer tag value for the command to be performed.

Return value

An integer indicating the error that occured.

Comments

If the command has been disable with the disable command statement, it will not be run. If the command is known at design time, you can use the run command statement to perform the command’s action.


Documentation Feedback