|*for*(i=5;i<51;i++)
{
AvgSum = Sum(*C*,i)/i;
ry= Ref(AvgSum ,-1);
array = (AvgSum - ry)/*C* *100;
slope[i] = array[i];
}
|


On 12/23/2009 1:43 AM, Marty J wrote:
I'm having trouble with the following code
Like to fill the array.

for(i=5;i<51;i++)
{
AvgSum = Sum(C,i)/i;
ry= Ref(AvgSum ,-1);
slope[i] = (AvgSum - ry)/C *100;
}

The following error occurs
Error 8. Type mismatch, the value assigned to the array element has to be a 
number. You can not use array on the right-side of this assignment.


Is there another way of doing this?

Thnx






------------------------------------

**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

Yahoo! Groups Links




Reply via email to