Quote:
Originally Posted by DaWei
Arrays, in C#, contain elements of a single type. You can't have an array that holds a string in one element, and integer in another element, and a buffalo in another.
|
Dawei,
Thanks for confirming, it's what I'd figured/feared and I can do what I want another route, just wanted to check that I wasn't overly complicating something.