Branching Within a Logic Routine

  

DEVELOPER

The following commands allow you to control multiple process paths within a logic routine.

Logic Command

Description
 

CALL

Calls a specified step label within a logic routine.
 

EXIT

Branches out of the logic routine.
 

STEP

Branches to a specified step label within a logic routine.
 

RETURN

In a CALL step this command will cause processing to be returned to the statement following CALL.
 

FLD

Sets the value of the field to be processed when the current logic and any associated processing is complete.
 

 

Comment on this topic

Topic ID: 520143