From: Ammar Ali Date: 2010-10-17T21:32:07+09:00 Subject: Re: Two while loops at once On Sun, Oct 17, 2010 at 2:46 PM, Robbie Mckennie wrote: > i dont want to go into details about what im doing, i just want to know > if its possible to run 2 while loops at the same time. thanks I don't want to go into details about how to do it, I just want to let you know it is possible. Seriously, if you want serious help you need to give a little more context. People can try and guess, but why? What are trying to do? Iterate over two enumerables simultaneously? Wait for two conditions to be met in a specific order? Regards, Ammar