| 
 PureBytes Links 
Trading Reference Links 
 | 
At 12:10 PM -0400 8/10/99, Andrew wrote:
>I think that I have stumbled across a very serious but/problem with 
>Easy Langauge.  It has to do with using Loops.  I am including two 
>sections of code which illustrate the problem.  They should produce 
>identical answers but they do not.  The brute force method works 
>while the loop does not work.  If the mistake is mine, please point 
>it out to me, if it is not, please correct this problem as soon as 
>possible.
I think your loop index is not correct. It should be:
    FOR Counter = 4 DownTO 0 BEGIN
Bob Fulks
 |