[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

"While" Loop EL question



PureBytes Links

Trading Reference Links

When using a "While" loop in EL, at some point (hopefully) in the loop the
"while" condition changes, ending the looping.  My question is, does the
program jump out of the loop the instant the condition changes, or does it
complete the loop it's currently on?

Thanks for the help.