Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Dim intNum As Integer... What type is integer? System.int16/int32/int64 ??

0 views
Skip to first unread message

Andreas Klemt

unread,
Oct 10, 2002, 5:09:05 AM10/10/02
to
Hello,

when I do
Dim intNum As Integer

What Type is Integer?

1) System.Int16
2) System.Int32
3) System.Int64

Thanks in advance!
Andreas


Martin Dechev

unread,
Oct 10, 2002, 7:25:59 AM10/10/02
to
If you use VS.NET - type Integer.MaxValue - the intellisence info:

Represents the largest possible value of an System.Int32...

Greetings
Marty
"Andreas Klemt" <akl...@web.de> wrote in message
news:uTJJ4xDcCHA.1704@tkmsftngp10...

Kevin Spencer

unread,
Oct 10, 2002, 8:26:33 AM10/10/02
to
Integer = System.Int32
Short = System.Int16
Long = System.Int64

HTH,

--
Kevin Spencer
Microsoft FrontPage MVP
Internet Programmer
http://www.takempis.com
Complex things are made up of lots of simple things.

"Andreas Klemt" <akl...@web.de> wrote in message
news:uTJJ4xDcCHA.1704@tkmsftngp10...

0 new messages