LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
0 Kudos
AdriaanEvert

for from to by loop.

I think it would be nice to have a for loop that has an automated iteration constant in the tools/structures pallet.

This would be equivelent to a:  "for <a>  from <begin>  to <end> by <step_size>" statement in Maple. 

When start end by terminals are unwired, the loop should behave as an traditional for loop. 

 

 forFromToBy.png

 

This loop will produce an array [0.3 , 2.4 , 4.5 , 6.6 ....,4.2]

1 Comment
Darren
Proven Zealot