SETRET*( To-Screen, To-Vector, From-Vector )

Several different SETRET instructions that are paired with a parent instruction exist. The SETRET commands are used to update data in the current screen with data from the To-Screen when the To-Screen exits.

Data is passed from the From-Vector to the To-Vector by field name. The field with data in the To-Vector needs to exist with the same name in the From-Vector.

Multiple SETRET commands for the same parent instruction and the same To-Screen are processed in the order they are displayed on the Instructions tab. This process is significant when the To-Vector is referenced multiple times in different SETRET* commands.