|
From: | Etienne Grossmann |
Subject: | Re: Getting Out of a For Loop |
Date: | Sat, 24 Jul 2021 18:11:32 -0700 |
On 7/24/21 2:47 PM, Samuel Doughty wrote:
> I need to get out of a FOR loop. I have written a simple IF test that I
> thought would work, but it does not. It was this, where esq has been
> previously evaluated:
> if esq<1e-10
> exitfor
> endif
> What do I need to do differently, please?
> Thanks,
> Sam
>
>
help break
[Prev in Thread] | Current Thread | [Next in Thread] |