clsD3Connection Objects - executes the specified TCL command.
clsD3TCLCommand Objects - executes a TCL command that is either specified or previously set in the brCommand property.
Syntax
oConn.brExecute vsCommand, [vnResults] oTCLCmd.brExecute [vsCommand], [vnResults] |
Parameters
Parameter |
Description |
oconn |
An object variable that represents a clsD3Connection object. |
vsCommand |
A Variant (String subtype) specifying the TCL Command to be executed. |
vnResults |
Optional. A Variant constant indicating whether results should be captured and/or returned, as specified in Settings. The default is D3ExecuteNoResults. |
oTCLCmd |
An object variable that represents a clsD3TCLCommand object. |
Settings
Use the following constants in the vnResults argument.
TCL Command Constants |
Value |
Description |
D3ExecuteNoResults |
0 |
Neither brCapturing nor brReturning are set. |
D3ExecuteCapturing |
1 |
Only brCapturing is set. |
D3ExecuteReturning |
2 |
Only brReturning is set. |
D3ExecuteWithBoth |
3 |
Both brCapturing and brReturning are set. |
FlashBASIC Reference
execute