<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.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>VB 10 thoughts (part 4)</title><link>http://msmvps.com/blogs/bill/archive/2007/10/09/vb-10-thoughts-part-4.aspx</link><description>still teasing out thoughts from the cobwebs Date literals today in VB you can only specify date literals in the format of #MM/dd/yyyy# That&amp;#39;s incredibly USA centric. I&amp;#39;d like to input date literals in the form of dd/MM/yyyy, but because that would</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: VB 10 thoughts (part 4)</title><link>http://msmvps.com/blogs/bill/archive/2007/10/09/vb-10-thoughts-part-4.aspx#1242533</link><pubDate>Tue, 09 Oct 2007 20:06:41 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1242533</guid><dc:creator>Morgan</dc:creator><description>&lt;p&gt;Here's what I would like to see.&lt;/p&gt;
&lt;p&gt;There is one thing I can't get over in VB and that is that AND &amp;amp; OR doesn't short circuit. &lt;/p&gt;
&lt;p&gt;I use ANDALSO/ORELSE _EVERY_ single time, Could I have an Option ShortCircuit ON?&lt;/p&gt;
&lt;p&gt;There is 2 things I would like to get rid of in VB, the line continuing character _ is plain annoying. It will be so even more with LINQ. And can someone tell me why its considered a compilation error if I end the line with ,_ Why cant the IDE insert the space char?&lt;/p&gt;
&lt;p&gt;I would also like to see the the Dim keyword being optional or removed, Let was ditched in VB7.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1242533" width="1" height="1"&gt;</description></item><item><title>re: VB 10 thoughts (part 4)</title><link>http://msmvps.com/blogs/bill/archive/2007/10/09/vb-10-thoughts-part-4.aspx#1242532</link><pubDate>Tue, 09 Oct 2007 20:04:07 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1242532</guid><dc:creator>Ernesto</dc:creator><description>&lt;p&gt;How about a StreamReader.ResetToPrevousLine method in the StreamReader class. &amp;nbsp;This would allow us to &amp;nbsp;stop the read operation and insert new data prior to the line just read then we could reset the buffer and continue to read where we left off at.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;n_Line = StreamReader.Readline&lt;/p&gt;
&lt;p&gt;If n_Line = &amp;quot;Line to stop at&amp;quot; Then&lt;/p&gt;
&lt;p&gt; &amp;nbsp; temp_File = writer.WriteLine(&amp;quot;Appended Text&amp;quot;)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; StreamReader.ResetToPreviousLine&lt;/p&gt;
&lt;p&gt;End If&lt;/p&gt;
&lt;p&gt;temp_File = StreamReader.ReadLine&lt;/p&gt;
&lt;p&gt;' The output to the temp_File would be:&lt;/p&gt;
&lt;p&gt;Appended Text&lt;/p&gt;
&lt;p&gt;Line to stop at&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1242532" width="1" height="1"&gt;</description></item><item><title>re: VB 10 thoughts (part 4)</title><link>http://msmvps.com/blogs/bill/archive/2007/10/09/vb-10-thoughts-part-4.aspx#1242530</link><pubDate>Tue, 09 Oct 2007 20:00:02 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1242530</guid><dc:creator>Morgan</dc:creator><description>&lt;p&gt;#15 There is only one logical one, ISO 8601 which is what everyone use in my country :) (Maybe an Option DateFormat ISO8601? )&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1242530" width="1" height="1"&gt;</description></item><item><title>re: VB 10 thoughts (part 4)</title><link>http://msmvps.com/blogs/bill/archive/2007/10/09/vb-10-thoughts-part-4.aspx#1242280</link><pubDate>Tue, 09 Oct 2007 11:13:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1242280</guid><dc:creator>Matteo Bagattini</dc:creator><description>&lt;p&gt;16 and 17 have my vote, 16 would be extremely useful.&lt;/p&gt;
&lt;p&gt;tK&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1242280" width="1" height="1"&gt;</description></item></channel></rss>