Define a Label
This custom action inserts a script label which is used in conjunction with the Go To A Label custom action. The Go To A Label action transfers the package execution to the statement marked by the specified “Define a label” custom action. To mark a statement, you must first declare the label using this custom action.
Properties
Section titled “Properties”| Property Name | Data Type | Description |
|---|---|---|
| LabelName | TLabelName (String) | Identifies the label to insert. A label name can be any valid identifier or any numeral between 0 and 9999, like LABEL1, RETURN25, etc. |
To define a new label, just enter its name in the Label manager and press OK.
Remember that labels are defined by the “Define a label” custom action you add. If you remove this custom action later, you will also remove the label: in this case, ensure that no “Go to a label” custom action that could point to the old label remains. Otherwise, the C code compiler will raise an exception.
See Also
Section titled “See Also” Go To A Label Transfer package execution to a defined label.
All Available Actions Browse the full catalog of custom actions.