CommandListAppendCaseToLabel(String, Int32) Method |
Used in a switch-block, specifies a test case and the labeled target command position within the current list.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void AppendCaseToLabel(
string label,
int value
)
Parameters
- label String
- The label which designates the position of the case target command within the current list.
- value Int32
- The condition value against which the integer variable will be tested. This case will apply if the comparison is an exact match.
Remarks See Also