<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>SimpleExpressionEval Discussions Rss Feed</title><link>http://www.codeplex.com/SimpleExpressionEval/Thread/List.aspx</link><description>SimpleExpressionEval Discussions Rss Description</description><item><title>New Post: And</title><link>http://www.codeplex.com/SimpleExpressionEval/Thread/View.aspx?ThreadId=47247</link><description>&lt;div style="line-height: normal;"&gt;Why does the following eval to false?&lt;br&gt;
&lt;br&gt;
&lt;p&gt;(&lt;br&gt;
     if (PlanesInTheAir.Count = 5 &amp;amp;&amp;amp; PlanesOnTheGround.Count = 3)&lt;br&gt;
     then &amp;quot;There are more planes in the air than on the ground.&amp;quot;&lt;br&gt;
     otherwise &amp;quot;There are more planes on the ground then in the air.&amp;quot;&lt;br&gt;
)&lt;/p&gt;
&lt;p&gt;+ &amp;quot;\r\n\r\n&amp;quot;&lt;/p&gt;
&lt;p&gt;+ &amp;quot;The average current speed of the airborn planes is &amp;quot; + Average(PlanesInTheAir,CurrentSpeed) + &amp;quot; knots \r\n&amp;quot;&lt;br&gt;
+ &amp;quot;The fastest plane is going &amp;quot; + Max(PlanesInTheAir,CurrentSpeed) + &amp;quot; knots \r\n&amp;quot;&lt;br&gt;
+ &amp;quot;There combined age of the pilots of the airplanes on the ground is &amp;quot; + Sum(PlanesOnTheGround,Pilot.AgeInYears) + &amp;quot; years.&amp;quot;&lt;/p&gt;
&lt;/div&gt;</description><author>mleger</author><pubDate>Mon, 16 Feb 2009 16:28:53 GMT</pubDate><guid isPermaLink="false">New Post: And 20090216042853P</guid></item></channel></rss>