Online Manual: "User Management Resource Adminstrator"
Go to: User Management Resource Administrator homepage
Script Action: Go to Label
Function
Unconditionally jump to the script
action with a specified label, skipping all actions between this
action and the action with the specified label.
Deployment
Each script action can jump to an other labeled action in case of an
error. In combination with action Map Variable,
you can conditionally specify the value of a label to jump to.
Properties
|
Property Name |
Description |
Typical setting |
Remarks |
|
Label |
The label of the script action that is to
be executed directly after this action. |
|
Note that the name of the destination label
may contain variables. This makes it possible to perform conditional jumps
if required, for instance by using
Script_Action: Map variable earlier in the script to create a variable
that specifies a label. |
To setup the label of an script action, select the target action in
the script section (lower left area) of the project window. Right click
the mouse or select main menu option Actions and select Set
script action label.
More information:
Principle of operation
Project operations - Input data
Project operations - Manage script actions
Project operations - Variables
Help on help
|