<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>I'd stop as soon as possible, IIf you'd let me</title><link>http://blogs.msdn.com/michkap/archive/2007/05/25/2875426.aspx</link><description>I read Paul Vick's post IIF becomes If, and a true ternary operator and saw that a version of Visual Basic was finally going to have an IIF() that was going to properly short-circuit and not run both conditions. And I thought about how they cheated on</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: I'd stop as soon as possible, IIf you'd let me</title><link>http://blogs.msdn.com/michkap/archive/2007/05/25/2875426.aspx#2878457</link><pubDate>Fri, 25 May 2007 22:01:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2878457</guid><dc:creator>Dennis E. Hamilton</dc:creator><description>&lt;p&gt;Wow, Paul Vick's explanation is interesting but why oh why &amp;quot;immediate&amp;quot; is thought to be informative escapes me. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;It is easier for me to grok IIF(c, t, f) as a function that selects one of its operands versus there being a conditional form where evaluation is guided dynamically by the evaluation of c (as in c ? t : f or the ALGOL expression form &amp;quot;if c then t else f&amp;quot; [which nested properly inside of if statements too]). &amp;nbsp;But the &amp;quot;immediate&amp;quot; is weird private language.&lt;/p&gt;
&lt;p&gt;I guess it depends on what toolcraft you grow up with and what becomes tacitly understood. &amp;nbsp;The term is really not helpful, it seems to me.&lt;/p&gt;
&lt;p&gt;Do you have more on the history of that?&lt;/p&gt;
</description></item><item><title>re: I'd stop as soon as possible, IIf you'd let me</title><link>http://blogs.msdn.com/michkap/archive/2007/05/25/2875426.aspx#2970603</link><pubDate>Tue, 29 May 2007 18:46:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2970603</guid><dc:creator>Michael S. Kaplan</dc:creator><description>&lt;p&gt;Well, at least in Access (where there is an ES to do work), you either wrote a function to do conditional work, or you had an expression with an &amp;nbsp;IIf() -- which is a bit more immediate than writing a separate function.&lt;/p&gt;
&lt;p&gt;Though that also makes it a bit more &amp;quot;inline&amp;quot; so really either word would have done....&lt;/p&gt;
</description></item></channel></rss>