...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxEscapeScope(xpxEscapeReason : |
...
INTEGER)
status : INTEGER;
|
The xpxEscapeScope function is used to terminate an iteration process defined by a FROM clause, a COMPOSE declaration or a FROM statement. The function xpxEscapeScope has a similar effect in a MAP declaration, in a COMPOSE declaration and in a FROM statement as the ESCAPE statement has in a REPEAT statement.
The xpxEscapeScope takes an integer argument that
Arguments
...
Type | Name | Comment |
INTEGER | xpxEscapeReason | is assigned to the built-in global integer constant xpxEscapeReason. The purpose of the xpxEscapeReason is to give the possibility to test for the reason for terminating an iteration process. |
...
The xpxEscapeReason can be assigned values like any other global variable. |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|