Yes, it is possible to assign a dynamic value to the loop counter at the time of execution, as shown in the following code snippet:
In the preceding code snippet, the employee count is derived from the table at runtime and the counter is used to iterate the FOR-LOOP.