Quantcast
Channel: Flexible Indices in Arrays in VB.NET - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Mark Hurd for Flexible Indices in Arrays in VB.NET

As the other answer suggests, this is not the preferred solution, but to answer your question, you can use ReDim Preserve to increase the size of the first rank as needed:If UBound(storage, 1) <...

View Article



Answer by Steven Doggart for Flexible Indices in Arrays in VB.NET

Please don't do that :) Dynamically re-sizing arrays as necessary is unnecessarily confusing. Multi-dimensional arrays are unnecessarily confusing too. So dynamically re-sizing a multi-dimensional...

View Article

Flexible Indices in Arrays in VB.NET

I wanna know how to set unlimited indices (limit) to indices in an array in vB.NETI usually have to specify the maximum number of items in each dimension of the array, but when I don't know how many...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images