Array Length in VB.NET
I wonder when should we include the length of an array in vb.net and when
we don't need to include the length of an array. Because in some cases,
when I don't include the length of the array, there are error messages
that tell "object reference not set to an instance of an object".
Dim ClusterMember(,) As Decimal or
Dim ClusterMember(500,100) As Decimal
No comments:
Post a Comment