The following command works just fine ...
... but is impractical if my array is going to be of a substantial size.
How can I do this simply & effectively, allowing for an array of a probable maximum of 48 ?
Code:
string[] KA_Team = new string[] { "","","","","" };
How can I do this simply & effectively, allowing for an array of a probable maximum of 48 ?
Comment