1.

Is It Possible To Assign A Dynamic Value To A Loop Counter?

Answer»

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.

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.



Discussion

No Comment Found