473,382 Members | 1,639 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Will VB.NET Whidbey has a break statement?

Neo
I am in dire need of a break statement in VB.NET language.

I have several pieces of code that would have much cleaner look and much
less deeper if/else/endif nests IF VB.NET HAS A BREAK STATEMENT OR
SOMETHING SIMILAR.

Will VB.NET has a break statement in the coming Whidbey release?
Nov 20 '05 #1
1 1457
Neo,
VB.NET 1.0 & 1.1 currently have a number of "break" like statements, what
exactly do you have in mind?

"break" like statements in VB.NET include but are not limited to:
Exit ( Do, For Function, Property, Select Sub, Try While )
Return
Goto (not neccessarily advised, but it is available).

VB.NET Whidbey will gain the Continue statement.

Have you considered creating smaller more focused methods (pieces of code)
in smaller more focused classes?

Hope this helps
Jay

"Neo" <ne***********@msn.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
I am in dire need of a break statement in VB.NET language.

I have several pieces of code that would have much cleaner look and much
less deeper if/else/endif nests IF VB.NET HAS A BREAK STATEMENT OR
SOMETHING SIMILAR.

Will VB.NET has a break statement in the coming Whidbey release?

Nov 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Kamen Yotov | last post by:
Hello, I got my hands on the PDC preview version of whidbey and I think I managed to break the compiler/runtime with my first Generics/Iterators attempt. The reason I am posting it here is that I...
4
by: Elrey Ronald V. | last post by:
Hello All, Is it perfectly ok to install the Whidbey ( PDC preview version) into my pc which already contains both ASP 1.0 and ASP 1.1 (without affecting my current web apps) ? Just want...
19
by: Chris Dunaway | last post by:
Just got my hands on Whidbey. Here are a few interesting changes that you may not be aware of: 1. Continue statement on Do, For and While commands 2. Default Instances of certain classes...
0
by: spamfurnace | last post by:
Will Whidbey have the features, of a girl i'd like to meet? Will Whidbey be easy to talk to, and rub my tired feet? Will Whidbey bats it eyes at me, and whisper "Baby, your so sweet". Will...
3
by: SStory | last post by:
I just saw an intro video on Whidbey Alpha from http://www.learnvisualstudio.net/shortcut/0806c.htm. I am sort of aggravated with Microsoft in that no one can ever become proficient with your...
5
by: rogsonl | last post by:
My computer was moved last week, and the company changed the network groups we work on. As a result, one of the main benefits from Whidbey (database connectivity) no longer works. Situation: 1....
26
by: Alexander Korsunsky | last post by:
Hi! I have some code that looks similar to this: -------------------------------------------- char array = "abcdefghij"; for (int i = 0; i < 10; i++) {
22
by: Cogito | last post by:
For the first time, I'm attempting to write a small Javascript program using one on the online reference sites. I need some confirmation as to the behaviour of the break statement. In the...
5
by: mark4asp | last post by:
Every time the function below is called I get the alert. So I put a deliberate error in there and I check the value of (reportType=='MANDATE') in Firebug, which is found to be true. But still the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.