while x != y and z == a or not b: On Wed, 9 Jun 2004 01:07:49 -0400 "K J" <game at gameweave.com> wrote: > I can't seem to figure out how to make a while loop check for more then one > thing. > > I want the while loop to check for both y and Y and return them true while > ever thing else is false. > > Thanks > > Kevin