as of release 3.27

prior to release 3.27

Function

Jumps from a routing application back to the calling routing application in which it was called withGOSUB. The return point is the point at which the routing application was left (the GOSUB object, output Continue). When returning, a ascertained value from the routing application can be passed back to the called routing application. This value is saved in the variable $return.

This object can only be used in applications, when the application was called using the GOSUB object. If it is used in an application even though it was called without GOSUB, the system is hanging up.

Parameters

Object Name

The name of this object instance

Result

Define a value, or the name of a variable, whose values should be passed
back to the calling application. This value is saved in the variable $return.

This object has no outputs.

  • No labels