Greetings,
This is a very basic request for help but after searching and attempting to define a simple counter is proving to be a wasted effort therefore I am seeking guidance from this community. I have a 'For Each...' command in a program and it is looping through just as it should; however, for testing purposes, I want a message to appear every time the program completes a loop - so far, this much works. What I cannot seem to do is add a variable that can count/increment the number of loops. I have tried adding this simple variable (count=count+1) but I can find no means to add it. The user guide shows an example like this:
For Each Record from [$rset]
Simple Math: [FieldA]=[FieldA]+1
Next Item
It looks deceptively simply but I am having zero success in adding this variable. How can I add this 'Simple Math'? I have seriously attempted all options in the 'Script Designer' for 'Add Variable' that I can find and I cannot even add '1' to a number. Please help...
This is a very basic request for help but after searching and attempting to define a simple counter is proving to be a wasted effort therefore I am seeking guidance from this community. I have a 'For Each...' command in a program and it is looping through just as it should; however, for testing purposes, I want a message to appear every time the program completes a loop - so far, this much works. What I cannot seem to do is add a variable that can count/increment the number of loops. I have tried adding this simple variable (count=count+1) but I can find no means to add it. The user guide shows an example like this:
For Each Record from [$rset]
Simple Math: [FieldA]=[FieldA]+1
Next Item
It looks deceptively simply but I am having zero success in adding this variable. How can I add this 'Simple Math'? I have seriously attempted all options in the 'Script Designer' for 'Add Variable' that I can find and I cannot even add '1' to a number. Please help...