Types of return stack entry
| Enumeration Value | Value | Description |
|---|---|---|
| _KCML_RETURNSTACK_UNDEFINED | 0 | Other |
| _KCML_RETURNSTACK_FOR | 1 | FOR loop |
| _KCML_RETURNSTACK_FUNCTION | 2 | Function |
| _KCML_RETURNSTACK_FORM | 3 | Form |
| _KCML_RETURNSTACK_TRY | 4 | TRY / CATCH |
| _KCML_RETURNSTACK_TRANSACTION | 5 | Transaction |
| _KCML_RETURNSTACK_MAIN | 6 | Main program |
Back to the list of Enumerations and Constants