Hi, I am probably stupid for asking this, but if I have an array and I want to add values into each index. Like this...

do while counter <= 200
y(counter) = whatever
counter = counter + 1
loop

But it doesn't work. Basically I want to put the answer of a math question into each of the 200 index for the array. I hope this makes sense, and it is probably obvious.