Yes they can!  While statements also can handle two conditions at once.
Another option may be to use a Boolean variable and set its value based on
what condition you want to check for.  For instance:

a = (b < 3) or (b > 5)

This will set "a" to the same logical value as if you put it in an if
statement.

...Glenn

On Thu, Nov 6, 2008 at 8:50 PM, Gotrek65 <[EMAIL PROTECTED]> wrote:

>
> What would be the best way to make something repeat until two
> statements are true at the same time? I know Do Until loops can't
> handle two statements...
>

Reply via email to