I want to define a string array and it's values at the same time, like:
string mystr[2] = "zero","one","two"
or like in vb:
mystr(2) = Array("zero", "one", "two")
Is this possible?
|
Results 1 to 5 of 5
Thread: ArraysThreaded View
|
Click Here to Expand Forum to Full Width |