Applies to
Declaration
int CommandEx(int ComID, int param, string StrParam);
Description
This method can be used to execute a custom command which requires a string parameter.
The .NET interface does not use the name CommandEx but simply overloads the regular "Command" to accept a string parameter.
Also see Command.