[flexcoders] Re: Conditional Statement Problem

2008-06-11 Thread tspyro2002
Hey guys, Thanks for your help, I ended up having to use both methods because of the nested conditionals - they kept trying to loop. So I now have - var overbooked:Boolean = false; while ( startDate = endDate ) {

[flexcoders] Re: Conditional Statement Problem

2008-06-11 Thread tspyro2002
Yeh, I dont know why its not indented here, in Flex it is. Cheers for the help. P.S. loved the coverflow component! --- In flexcoders@yahoogroups.com, Doug McCune [EMAIL PROTECTED] wrote: Ah, right, I didn't even notice that the for loop was in a while loop (hard to read without indenting).