Contact: aviboots(AT)netvision.net.il
41,429 questions
53,976 answers
573 users
Module Module1 Sub Main() Console.WriteLine(System.Runtime.InteropServices.Marshal.SizeOf(GetType(Integer))) Console.WriteLine(Integer.MinValue) Console.WriteLine(Integer.MaxValue) End Sub End Module ' run: ' ' 4 ' -2147483648 ' 2147483647