Declined
Last Updated: 02 Jan 2024 10:28 by ADMIN
Ewin
Created on: 16 Jul 2014 19:35
Type: Feature Request
2
while loop count for coded step
When using a while loop, the count is set within the while loop step.  

When adding a while loop, having the iteration count accessible in a code step would be nice.  

Instead of having do convert all desired steps converted within a for loop like the attached text file contains a coded step.  On line 16 and 18 are the actual steps that uses the iteration count.  

With access to the while count, I could have convert only 2 steps instead of 12 steps.
1 comment
Ewin
Posted on: 18 Jun 2015 19:39
I guess no one really cares for this. 

It has been almost a year since I put this in.  

One alternate way I thought to do this action is using GetExtractedValue() and SetExtractedValue() to be the counter.