ENTRY POINTPublished
F565SE5
ExecBlock("F565SE5", .F., .F., {aRecSe5})Runs after the movement loop when lRet remains true and receives the aRecSe5 list.
Overview
Located in A565Grava, in the Post movement loop stage of the analyzed FINA565 flow. Runs after the movement loop when lRet remains true and receives the aRecSe5 list.
Syntax
ExecBlock("F565SE5", .F., .F., {aRecSe5})Return value
Nil. Exact return-value usage follows the call site described on this page.
Didactic skeleton
User Function F565SE5()
// Extension point located in the FINA565 flow.
// Preserve routine context and return only the type expected by the call site.
ReturnExpected result
Use it as a starting point and confirm context variables, parameters, and return behavior in the target release.
- The analyzed flow passes {aRecSe5} as the fourth ExecBlock argument; validate PARAMIXB in the target release.
- The position is classified from the actual call site in the analyzed flow; patches and releases may change details.
- Do not assume PRIVATE/STATIC variables or internal arrays have the same structure in every release.
- Do not rename field identifiers, aliases, or technical names when adapting examples.

Comments
There are no approved comments yet.
Sign in with Google or Microsoft to comment.