Hi to everybody, this is my first topic.
I'm looking for a snippet that implements a
for(
while) cicle. I have the need for repeating "n times" the processing of a
BizComponent (an SQLcomponent) with variable input parameters. I have implemented, using the switch snippet a for-like Element but the only thing that i obtain calling the BizComponent itself it's an infinite loop that forces me to kill the designer process. I've found the
if-then-else snippet, but it doesn't seem to work. Is there anyone who have alredy faced this trouble?
thanks for the attention...