Hi Friends,
I got a simple doubt in For loop.
Like any other programming language (lets take example c)
for(j=0;j<10;j++)
where i can start j with 0 or else i can start with 1 and so on...
But in labview i couldnt see the option availble, by default it will start with 0 and run upto n-1
So, is there any other way to control this for loop iteration terminal...
Please let me know, that would be a gr8 help
Cheers,
Suneel.V