473,568 Members | 2,795 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

"went" keyword in Visual Basic Language Specification 9.0

Hi

I was surprised to see "went" keyword in Visual Basic Language
Specification 9.0 document which I downloaded this morning from
[ http://www.microsoft.com/downloads/d...displaylang=en
]
I searched everywhere for the reference but could not find anything
related. Can someone from Microsoft clear this??

Regards
/Anoj Kumar
[www.TheTechHub.com]
Jul 4 '08 #1
5 1599
see the snapshot [ http://pages.thetechhub.com-a.google...sickeyword.PNG
]

On Jul 4, 9:48*am, Anoj <sutradh...@gma il.comwrote:
Hi

I was surprised to see "went" keyword in Visual Basic Language
Specification 9.0 document which I downloaded this morning from
[http://www.microsoft.com/downloads/d...d=39DE1DD0-F77....
]
I searched everywhere for the reference but could not find anything
related. Can someone from Microsoft clear this??

Regards
/Anoj Kumar
[www.TheTechHub.com]
Jul 4 '08 #2
Not from MS, but is wend in the list ? If not this is IMO a typo...

--
Patrice

"Anoj" <su********@gma il.coma écrit dans le message de groupe de
discussion :
e6************* *************** **...legroups .com...
Hi

I was surprised to see "went" keyword in Visual Basic Language
Specification 9.0 document which I downloaded this morning from
[
http://www.microsoft.com/downloads/d...displaylang=en
]
I searched everywhere for the reference but could not find anything
related. Can someone from Microsoft clear this??

Regards
/Anoj Kumar
[www.TheTechHub.com]

Jul 4 '08 #3
Hello Patrice, hello Anoj,

"Wend" is not in the list, so you might be correct about that typo. I
just tried "Wend" with VB 2008; it is recognized and instantaneously
changed into "End While". So it is still a reserved word - but only to
deal with the Classic (Visual) BASIC programmers.

Best regards,

Martin

On 04.07.2008 16:00, wrote Patrice:
Not from MS, but is wend in the list ? If not this is IMO a typo...

--
Patrice

"Anoj"<su****** **@gmail.com a écrit dans le message de groupe de
discussion :
e6************* *************** **...legroups .com...
>Hi

I was surprised to see "went" keyword in Visual Basic Language
Specificatio n 9.0 document which I downloaded this morning from
[
http://www.microsoft.com/downloads/d...displaylang=en
]
I searched everywhere for the reference but could not find anything
related. Can someone from Microsoft clear this??

Regards
/Anoj Kumar
[www.TheTechHub.com]

Jul 4 '08 #4
Anoj,
>>Can someone from Microsoft clear this??
This is a newsgroup for developpers using Microsoft Visual Studio Net and
especially for this newsgroup with the language VB.

This is not a place to address questions to Microsoft and get official
statemets from there.

As you have a Microsoft Subscribtions, then you can be helped with problems
by Microsoft MSFT's. However they are not representing Microsoft in this
kind of questions. They answer (and they do it very well in my opinion) as
it is in fact help from there personal knowledge, however they do as well
those parts as normal users like you and me are not interested in.

Afaik are MSFT's not representing Microsoft in other subjects, but just as
they allways write "as it is". (And I never have seen doing them doing it in
another way then like that)

For questions from Microsoft direct is in a way Microsoft Connect.

http://connect.microsoft.com/

Confirm like you asked, I will as well not try to clear this for you.

Cor
Jul 4 '08 #5
On Jul 3, 11:48*pm, Anoj <sutradh...@gma il.comwrote:
Hi

I was surprised to see "went" keyword in Visual Basic Language
Specification 9.0 document which I downloaded this morning from
[http://www.microsoft.com/downloads/d...d=39DE1DD0-F77....
]
I searched everywhere for the reference but could not find anything
related. Can someone from Microsoft clear this??

Regards
/Anoj Kumar
[www.TheTechHub.com]
That's almost certainly a typo. The paragraph above mentions 'wend'
as a keyword, but I did not see it in the table. I'm assuming it was
suppose to be in place of 'went'.
Jul 7 '08 #6

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

Similar topics

2
57898
by: Chris Herring | last post by:
Hi there: Well, let me start off by saying that I am a Visual Studio drag and drop weenie, not a real programmer. So I tend to get confused when things do not look like the instructions said they were going to look :) . Here is my current dilemma: I am having a strange problem with my ASP.NET application. I am building the application using...
99
6041
by: Jim Hubbard | last post by:
It seems that Microsoft not only does not need the classic Visual Basic developer army (the largest army of developers the world has ever seen), but now they don't need ANY Windows developer at a small or mid-sized business. ...
13
8347
by: bjhartin | last post by:
All, I was working at a client's site when I installed Visual Basic 6 on a machine at their request. Existing applications on this machine had specified version 4.0 of the Jet OLEDB provider in a data source string in their config files. After installing VB 6, they stopped working, producing the error "3220: The supplied provider is...
60
3901
by: K. G. Suarez | last post by:
Hello everyone. I am new to programming and my uncle gave me a copy of "C For Dummies 2nd Edition". I am up to chapter 9 right now. He probably saw me struggling with "The C Programming Language" by Ritchie and Kernigahn and felt bad. Does anyone have experience with this book? I feel that it is helping me along pretty well. But how much...
81
7236
by: Matt | last post by:
I have 2 questions: 1. strlen returns an unsigned (size_t) quantity. Why is an unsigned value more approprate than a signed value? Why is unsighned value less appropriate? 2. Would there be any advantage in having strcat and strcpy return a pointer to the "end" of the destination string rather than returning a
43
2698
by: markryde | last post by:
Hello, I saw in some open source projects a use of "!!" in "C" code; for example: in some header file #define event_pending(v) \ (!!(v)->vcpu_info->evtchn_upcall_pending & \ !(v)->vcpu_info->evtchn_upcall_mask) whereas evtchn_upcall_pending is of type unsigned char (and also evtchn_upcall_mask is of type unsigned char).
28
7358
by: robert | last post by:
In very rare cases a program crashes (hard to reproduce) : * several threads work on an object tree with dict's etc. in it. Items are added, deleted, iteration over .keys() ... ). The threads are "good" in such terms, that this core data structure is changed only by atomic operations, so that the data structure is always consistent regarding...
37
3912
by: jht5945 | last post by:
For example I wrote a function: function Func() { // do something } we can call it like: var obj = new Func(); // call it as a constructor or var result = Func(); // call it as a function
9
2096
by: Robbie Hatley | last post by:
Greetings, group. I just found a weird problem in a program where a variable declared in a {block} after a "case" keyword was being treated as having value 0 even though its actual value should have been something else. An extremely stripped-down version: int Function (int something) { switch(something) { case WHATEVER:
0
7604
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7916
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8117
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7660
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7962
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6275
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3631
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2101
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.