11-19-2012 02:22 AM
Hi,
In Labview when i use for lopp,it is taking counter from 0 to n-1.How to make it take counter values from m to n where m >0 and n > m.
Thanks,
Harsha.
11-19-2012 02:27 AM
You cannot do that in LabVIEW. Why do you want to initialize the iteration counter of the for loop?
11-19-2012 02:27 AM
11-19-2012 02:31 AM
I don't quite understand how it gives m to n loop.
Regards,
Harsha.
11-19-2012 02:35 AM - edited 11-19-2012 02:35 AM
11-19-2012 03:44 AM
Try this (I haven't put any range checking in there for m and n):