I'm trying to assign values to an array based on the closing price of
several data sets like this:
for value1=1 to 10
stocks[value1]=StrToNum("c of data"+NumToStr(value1,0));
end;
but it doesn't seem to be working.
Can someone see what I'm doing wrong and tell me how to do it right,
please?
Cheers,
Ian
|