A Armin Zingler Dec 6, 2003 #21 Cor said: for index as integer = 1 to array-length Click to expand... I don't wanna be pedantic, but I think it is ... to array.length - 1 isn't it?
Cor said: for index as integer = 1 to array-length Click to expand... I don't wanna be pedantic, but I think it is ... to array.length - 1 isn't it?
C Cor Dec 6, 2003 #22 Hi Armin, I don't wanna be pedantic, but I think it is ... to array.length - 1 isn't it? Click to expand... I am smilling now, because I did this express even the - in array-length and not a dot was express. I used the word array to show that it is very disturbing when you do it with an array and was hoping Herfried was giving a kind of comment you did. When I had written first dim myarray as vb-collection You would not have written this message I think. )) Cor
Hi Armin, I don't wanna be pedantic, but I think it is ... to array.length - 1 isn't it? Click to expand... I am smilling now, because I did this express even the - in array-length and not a dot was express. I used the word array to show that it is very disturbing when you do it with an array and was hoping Herfried was giving a kind of comment you did. When I had written first dim myarray as vb-collection You would not have written this message I think. )) Cor
A Armin Zingler Dec 6, 2003 #23 Cor said: I used the word array to show that it is very disturbing when you do it with an array and was hoping Herfried was giving a kind of comment you did. When I had written first dim myarray as vb-collection You would not have written this message I think. )) Cor Click to expand... I shouldn't jump into topics that I don't understand, or at least read the thread more thoroughly... ;-(
Cor said: I used the word array to show that it is very disturbing when you do it with an array and was hoping Herfried was giving a kind of comment you did. When I had written first dim myarray as vb-collection You would not have written this message I think. )) Cor Click to expand... I shouldn't jump into topics that I don't understand, or at least read the thread more thoroughly... ;-(
H Herfried K. Wagner [MVP] Dec 6, 2003 #24 * "Armin Zingler said: I don't wanna be pedantic, but I think it is ... to array.length - 1 isn't it? Click to expand... Cor starts the loop with 1. ;-)
* "Armin Zingler said: I don't wanna be pedantic, but I think it is ... to array.length - 1 isn't it? Click to expand... Cor starts the loop with 1. ;-)