|
-
Feb 24th, 2020, 05:29 PM
#5
Thread Starter
Junior Member
Re: Resizing Array in VB.NET
 Originally Posted by PlausiblyDamp
Just because you can doesn't always mean you should if this is any kind of real application mixing data types like that is going to almost certainly hurt you down the line - it makes it impossible to access any array element safely without wrapping every access in type checks and / or error handling.
Yep PlausiblyDamp, ThnX, I get that. I certainly will use string or integer if that is more applicable than object.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|