01-31-2006 10:08 PM
01-31-2006 10:50 PM
Hi,
Do you want to pass values from previous iteration into a selected case structure in a current iteration of the loop?
Then shift registers should serve the purpose.
Right-click the left or right border of the loop and select Add Shift Register from the shortcut menu.
Either make a seperate shift registers for each variable you want to pass across iterations or bundle all the variables, pass them using a single shift register, and unbundle/bundle them wherever required
Hope this helps
Regards
Dev
01-31-2006 10:54 PM
Hi,
Do you want to pass values from previous iteration into a selected case structure in a current iteration of the loop?
Then shift registers should serve the purpose.
Right-click the left or right border of the loop and select Add Shift Register from the shortcut menu.
Either make a seperate shift registers for each variable you want to pass across iterations or bundle all the variables, pass them using a single shift register, and unbundle/bundle them wherever required
Hope this helps
Regards
Dev
01-31-2006 10:58 PM
Hi,
Do you want to pass values from previous iteration into a selected case structure in a current iteration of the loop?
Then shift registers should serve the purpose.
Right-click the left or right border of the loop and select Add Shift Register from the shortcut menu.
Either make a seperate shift registers for each variable you want to pass across iterations or bundle all the variables, pass them using a single shift register, and unbundle/bundle them wherever required
Hope this helps
Regards
Dev