Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > &#@CALL-EXIT

 

 

Purpose

&#@CALL-EXIT provides a true/false flag setting so that the developer can determine whether a CALLEXIT command has been issued and to control post CALLEXIT processing.

Syntax

&#@CALL-EXIT

Remarks

This option can be used in any logic routine.

Example

IF BITON(&#@CALL-EXIT)  THEN . . . .

Comment on this topic

Topic ID: 520160