Is it possible to change indexing step in labView "For Loop" structure? By
default this value is 1, and I need to make a step value different from "1"
like in C example:
for (index=0; index < 100; index++) {}; // step=1
for (index=0; index < 100; index=index+3) {}; // step=3
--
Sergey Yakovlev, Berlin,
yakovlev@evologics.de