Flash compiles the specified FlashBASIC program or subroutine.
Syntax
bValue = object.brCompile(sRuleBase, sRuleFile, sRuleName) |
Parameters
Parameter |
Description |
bvalue |
The return value is a Boolean data type that is True if successful. |
object |
An object variable that represents a clsD3Connection object. |
sRuleBase |
A String containing the name of account where the subroutine exists. |
sRuleFile |
A String containing the name of the file where the subroutine exists. |
sRuleName |
A String containing the name of the program or subroutine. |
TCL Reference
compile