<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:gd="http://schemas.google.com/g/2005"><id>tag:blogger.com,1999:blog-4500363753981919783.post8341909226361276819..comments</id><updated>2023-10-03T22:06:50.708+08:00</updated><title type='text'>Comments on Huan-Lin 學習筆記: [VB] 盡量不要用 IIf 函式,改用 If</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.huanlintalk.com/feeds/comments/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/8341909226361276819/comments/default'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2010/09/vb-iif-if.html'/><link rel="hub" href="http://pubsubhubbub.appspot.com/"/><author><name>Michael Tsai</name><uri>http://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-5607655690455447859</id><published>2010-09-15T08:38:46.398+08:00</published><updated>2010-09-15T08:38:46.398+08:00</updated><title type='text'>這是 Visual Basic 9.0 的功能:型別推測。&#xa;編譯器會知道 i 是整數喔!</title><content type='html'>這是 Visual Basic 9.0 的功能:型別推測。&lt;br /&gt;編譯器會知道 i 是整數喔!</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/8341909226361276819/comments/default/5607655690455447859'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/8341909226361276819/comments/default/5607655690455447859'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2010/09/vb-iif-if.html?showComment=1284511126398#c5607655690455447859' title=''/><author><name>Michael Tsai</name><uri>https://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2010/09/vb-iif-if.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-8341909226361276819' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/8341909226361276819' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1825873726"/><gd:extendedProperty name="blogger.displayTime" value="2010/9/15 上午8:38"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-7462063302172390196</id><published>2010-09-15T08:31:20.457+08:00</published><updated>2010-09-15T08:31:20.457+08:00</updated><title type='text'>是否 Dim i=0&#xa;應該將 i 明確指定成 Integer 呢?</title><content type='html'>是否 Dim i=0&lt;br /&gt;應該將 i 明確指定成 Integer 呢?</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/8341909226361276819/comments/default/7462063302172390196'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/8341909226361276819/comments/default/7462063302172390196'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2010/09/vb-iif-if.html?showComment=1284510680457#c7462063302172390196' title=''/><author><name>Germos Onner</name><uri>https://www.blogger.com/profile/10230274414116304938</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5xly6tEiEPyOoEGjF4fisuyUGM0PYiGlr5LfUqXI6paCD9Rkewi1bIyPfn9oth8fBa4ZurHeabK3VAdRe0Ve6uPeUq9PlwtK2F0hvz3xQy-zxbET-Oz8goNHzpnRe1A/s113/thinkbig_square.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2010/09/vb-iif-if.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-8341909226361276819' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/8341909226361276819' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-89063282"/><gd:extendedProperty name="blogger.displayTime" value="2010/9/15 上午8:31"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-3314253663138731400</id><published>2010-09-13T10:48:28.598+08:00</published><updated>2010-09-13T10:48:28.598+08:00</updated><title type='text'>嗯,我也幾乎都是用 short circuit 的運算子。但不知你說的 VB.NET 是否特別指 V...</title><content type='html'>嗯,我也幾乎都是用 short circuit 的運算子。但不知你說的 VB.NET 是否特別指 VB.NET 2003?&lt;br /&gt;現在已不特別加上 .NET 了,如果沒有特別聲明(如 VB6),Visual Basic 一般就是指 .NET 平台上的 VB。</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/8341909226361276819/comments/default/3314253663138731400'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/8341909226361276819/comments/default/3314253663138731400'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2010/09/vb-iif-if.html?showComment=1284346108598#c3314253663138731400' title=''/><author><name>Michael Tsai</name><uri>https://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2010/09/vb-iif-if.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-8341909226361276819' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/8341909226361276819' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1825873726"/><gd:extendedProperty name="blogger.displayTime" value="2010/9/13 上午10:48"/></entry></feed>