break function execution
Group |
Aborts the function processing of the current field. The preceding function's value is returned. The function cannot be used as a jump mark in goto functions. Instead jump to the preceding function. Furthermore, the function must not be at the first position of a function chain.
If the function is used in a macro, it will only abort the macro and not the function chain, in which the macro was called.
Example
Assume the field breakExecution with the following function chain.
The mapping provides the following result.