O
OZ
how to run the index with 1, 2, 2,3,4,5..... in an array from a do loop ?
TIA
TIA
OZ said:how to run the index with 1, 2, 2,3,4,5..... in an array from a do loop ?
how to run the index with 1, 2, 2,3,4,5..... in an array from a do loop ?
OZ said:how to run the index with 1, 2, 2,3,4,5.....
in an array from a do loop ?
# how to run the index with 1, 2, 2,3,4,5..... in an array from a do loop ?
for (i=1; i<=n; i++) {loop statements}
OZ said:how to run the index with 1, 2, 2,3,4,5..... in an array from a do loop ?
Derk said:# how to run the index with 1, 2, 2,3,4,5..... in an array from a do loop ?
for (i=1; i<=n; i++) {loop statements}
Martin said:That doesn't repeat the value 2 for i, now does it?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.