Question: Proc() Array

Inside a Proc() that I am writing I cannot do the following:

intercepts[b]:=intercepts[b+1];


where b is a number and intercepts is an array of size greater then or equal to b+1.  My confusion is that that same concept works outside of a Proc.. Am I missing something?

 

Thanks,

 

Josh

Please Wait...