On 13 Oct 2006, at 11:43, CV wrote:

Incidentally, VB does not have ++ or -- or any variant thereof.

The current VB(VB 2005) does indeed. It supports the following:

+ -
- +
* =
\ =
/ =
^ =
&=
<<=
>>=

I could not find ++ or --, postfix or prefix, in the Visual Basic .NET documentation.

Here is the operator reference:
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ vblr7/html/vagrpOperatorSummary.asp>

They do have +=, -=, *= and /= though.

I agree with other posters, adding compiler functionality like function inlining is more desirable than adding extra operators.

--
Kind regards,
James Milne
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to