One
Thu Aug 19 11:57:54 CDT 2004
I realise this, I was making a point about language differences for the
benefit of the poster above me.
Cheers
--
OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me
Time flies when you don't know what you're doing
"Jon Skeet [C# MVP]" <skeet@pobox.com> wrote in message
news:MPG.1b8eeaf9269867b798b1ee@msnews.microsoft.com...
> <"One Handed Man \( OHM - Terry Burns \)" <news.microsoft.com>> wrote:
> > OK then, tell me how you would create a Unsigned Int in VB.NET, which
you
> > can do in C#
>
> Option Strict On
>
> Imports System
>
> Class Test
>
> Shared Sub Main
> Dim x as UInt32 = Convert.ToUInt32(0)
> End Sub
>
> End Class
>
> There's not a lot you can do with it once you've created it,
> admittedly, but you can create it...
>
> --
> Jon Skeet - <skeet@pobox.com>
>
http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too