Hi all,
It will be very convenient to have the ability to change the amount increment in a for loop. Currently, the i in for loop start at 0 and increment by 1 for each iteration. It will be great if we can change the start point of i and the amount increment, similiar to what we can do in c.
for(i=2; i<10; i=i+3)
Yik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Duplicate of http://forums.ni.com/t5/LabVIEW-Idea-Exchange/quot-Start-Step-Stop-quot-structure-on-For-loops/idi-p...