Hi All,
I have an array basically like this
Dim arr(1 to 500)
For i = 1 to 500
Is there any way I can use part of it to make a calculation?
For example I want to calculate the average on the first 250 values, so i=1 to i=250?
Any help is greatly appreciated
Cheers
I have an array basically like this
Dim arr(1 to 500)
For i = 1 to 500
Is there any way I can use part of it to make a calculation?
For example I want to calculate the average on the first 250 values, so i=1 to i=250?
Any help is greatly appreciated
Cheers