Issue Details
I have a problem with a script in DIAdem where 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 groupIndex as an index for the group, but my code works as expected when I index the group with a hard coded number. Also, the problem does not only show up when using the Calculate function. Is this a limitation with the code?