Click or drag to resize

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)
Syntax
protected int addInstruction(
	string instr
)

Parameters

instr
Type: SystemString
Instruction line.

Return Value

Type: Int32
Instruction number.
See Also