|
BuilderDSTVaddInstruction Method
|
Add a step-instruction to the output and return its number.
Namespace:
Karamba.Exporters
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected int addInstruction(
string instr
)
Protected Function addInstruction (
instr As String
) As Integer
protected:
int addInstruction(
String^ instr
)
member addInstruction :
instr : string -> int
Parameters
- instr
- Type: SystemString
Instruction line.
Return Value
Type:
Int32Instruction number.
See Also