in reply to Re: For loop not executing all the values
in thread For loop not executing all the values
Thanks for the help. Using while loop with defined helped. I tried while, but it was also exiting after the first execution. After putting defined, it is working.