C
Cor
Strand,
I think it is time you reread yourself what you have written.
It is proven that a guy with a red flag before a train has no sense,
whatever the horse car lovers say.
Some of the current VB6 developers active in newsgroup are former Microsoft
MVP's who made a petition to keep everything the same.
Microsoft did slightly listen to them and therefore we have still some bad
things in the current VB.
However, they wanted not any change. Microsoft should focus only on Windows
forms and avoid for instance things like Internet.
Those old Microsoft VB MVP's have still frustrations Microsoft did not
follow them.
The actual VB developers avoid Right, Left and Mid, they use one method:
Substring which include all three.
For instance for the former left there is nothing easier than
dim x = theString.Substring(0,1) 'Which means one character starting at the
first position, however it can done in more ways.
But as soon as you know this and like Armin wrote are a little bit familiar
with Net programming, you do for the former right
dim y = theString.Substring(TheString.Length-10, 10) 'the last 10 positions.
Why remember the syntax from Left, Right and Mid as you can do it with one
instruction.
An instruction which is by the way for strings in C#, F#, C++ exactly the
same.
Are most developers in the world fools. because some guys in newsgroups
tell, we must use the Left, Right and Mid?
Cor
"StrandElectric" wrote in message
I reject the concept that I am a 'whiner' just because vb.net has
shortcomings (many of them silly and lazy).
I think it is time you reread yourself what you have written.
It is proven that a guy with a red flag before a train has no sense,
whatever the horse car lovers say.
Some of the current VB6 developers active in newsgroup are former Microsoft
MVP's who made a petition to keep everything the same.
Microsoft did slightly listen to them and therefore we have still some bad
things in the current VB.
However, they wanted not any change. Microsoft should focus only on Windows
forms and avoid for instance things like Internet.
Those old Microsoft VB MVP's have still frustrations Microsoft did not
follow them.
The actual VB developers avoid Right, Left and Mid, they use one method:
Substring which include all three.
For instance for the former left there is nothing easier than
dim x = theString.Substring(0,1) 'Which means one character starting at the
first position, however it can done in more ways.
But as soon as you know this and like Armin wrote are a little bit familiar
with Net programming, you do for the former right
dim y = theString.Substring(TheString.Length-10, 10) 'the last 10 positions.
Why remember the syntax from Left, Right and Mid as you can do it with one
instruction.
An instruction which is by the way for strings in C#, F#, C++ exactly the
same.
Are most developers in the world fools. because some guys in newsgroups
tell, we must use the Left, Right and Mid?
Cor
"StrandElectric" wrote in message
Tom Shelton said:LOL... Seems easier to just alias the namespace But, hey, it's an
alternative for the whiners I guess....
I reject the concept that I am a 'whiner' just because vb.net has
shortcomings (many of them silly and lazy).