Hi,
I have a really basic question here and it has been driving me up the wall all day
.....how do I populate an array with values between 500 and 3000 with increments of 0.05?
I have tried the following:
The current error I get with the above code is that I cannot convert from float to int for the iterator 'i'. I have tried umpteen different variants of the above code but to no avail.
i am sure I am making a small error here and I appreciate any help given.
Thanks.