Hi,
I have declared like this,
But this code does not allow to dynamically extend the array. it shows the error "Index was outside the bounds of the array" while executing the last statement. I need to know the array of string which is expandable at anywhere. Any help.VB Code:
string[] a = new string[] {""}; a[0]="Senthil"; a[1] = "Kumar";
regards,
senthil.




Reply With Quote