i want know the maximum value for the variables "Long" ?
Printable View
i want know the maximum value for the variables "Long" ?
http://msdn.microsoft.com/en-us/library/47zceaw7.aspx gives you the info you're looking for, as long as other data types
thank you very much
For a programming platform, like Windows XP. Which is 32-Bit articuture. Then a simple: "Dim Item1 As Long", variable is 32-Bit in length. This means that each Long dimmed variable is 32-Bit. (One billion bytes in length).