On 8/19/2009 11:16:42 AM, NSizzle wrote:
>I'm not very good at
>describing my problems
😛>
>I'll try and do it as simply
>as I can.
>
>Let's say I have an
>array/vector, X, like this
>
...
Here's my contribution. Please notice I can't see the other sheets 'cause I'm using an old version of MC. So if someone posted a solution, please disregard this post.
In this program I used two index (i & m) for clarity.
The conditional (m>=ORIGIN) .AND. (Xm>=Xlow) works well in my machine 'cause my version of MC don't evaluates all the conditional if the first clause is false (in this case). I don't know if that have changed in newer versions.
Saludos,
Al
P.S. I edited this post to correct one error in the program.