Data Stich with dynamic index
Summary
Data Stich with dynamic indexContent
Hi Experts
Below is the scenario
I'm using Data stich to assign values to the global variable in a Loop. I'm using counter as index. Loop executes twice.
Run1
Step1 g_lines appends M_lines - success
Step2 g_lines(counter).field1 assigns p_filed1(One of the data element in the loop) - success - here the counter value is 1
Run1 completes
Run2
Step1 g_lines appends M_lines - success
Step2 g_lines(counter).field1 assigns p_filed1(One of the data element in the loop) - Error - here the counter value is 2
Tagged:
0