a string array with unknown length
how to assign value to it?
string [] a;
a[0]="good";
a[1]="morning";
why the above is wrong?
E*****d 发帖数: 238
2
what language?
【在 G***G 的大作中提到】 : a string array with unknown length : how to assign value to it? : string [] a; : a[0]="good"; : a[1]="morning"; : why the above is wrong?