Issue Details
I have a problem with a script in DIAdem when I try to call a function within a for loop. My function call is similar to this:
For groupIndex = 1 to 10
Call chnCalculate("ch(""[groupIndex]/channelName"")= ..... ")
Next
I do not get any results if I use the loop counter variable groupIndex as an index for the group, but my code works as expected when I index the group with a hard-coded number. Is this a limitation with the code?