Can you declare an array of mixed Types?
-
Can you declare an array of mixed Types? I need have an array that contains: int key, form Control, form Monitor Form [50,3] Truck Is it possible? Thankx
-
Can you declare an array of mixed Types? I need have an array that contains: int key, form Control, form Monitor Form [50,3] Truck Is it possible? Thankx
Either create an object array as Harold sugested, or create a class that holds the various types you need in it's properties and create an array of your class - this will save a lot of boxing/unboxing.
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia) -
Can you declare an array of mixed Types? I need have an array that contains: int key, form Control, form Monitor Form [50,3] Truck Is it possible? Thankx