(Points) is defining the size of the aRdg array of type Double. If it were a 2, there would be elements aRdg(0), aRdg(1), and aRdg(2)
----- Original Message ---- From: Learner <[email protected]> To: "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" <[email protected]> Sent: Tue, May 18, 2010 4:40:59 PM Subject: [DotNetDevelopment] What does this declaration mean in VB.NET? Hi, I have a question on the following. Dim Points As Integer = 1440 Dim aRdg(Points) As Double What does Dim aRdg(Points) As Double mean? What does points mean inside the brackets? Thanks, L
