J
Jeff User
Hi
..net 1.1
I have a simple string array like
string[] myArray = CallToWebServiceThat_Returns_Elements;
I want to remove an item from the array and also remove its position.
I can search the array and find the index of desired string, but how
can I remove?
Do I have to somehow create a new array that is smaller and then copy
everything over except the value that I want?
Is there some utility to do this?
Thanks
jeff
..net 1.1
I have a simple string array like
string[] myArray = CallToWebServiceThat_Returns_Elements;
I want to remove an item from the array and also remove its position.
I can search the array and find the index of desired string, but how
can I remove?
Do I have to somehow create a new array that is smaller and then copy
everything over except the value that I want?
Is there some utility to do this?
Thanks
jeff