Hello,
Can anyone tell me why these 2 sets of code give different results?
for (J in Next) {
<action>
}
<function>
for (J=0;J<Next.len gth;++J) {
<same action as above>
}
<same function as above>
I would like to change the second version so that it gives the same
results as the first one.
Any ideas please?!
Cheers
Geoff
Can anyone tell me why these 2 sets of code give different results?
for (J in Next) {
<action>
}
<function>
for (J=0;J<Next.len gth;++J) {
<same action as above>
}
<same function as above>
I would like to change the second version so that it gives the same
results as the first one.
Any ideas please?!
Cheers
Geoff
Comment