Hi, I have a selectNodes("//string") which return couple of items. But i wish to put this result into an Array object so that can return to the calling function. Not sure whether it is possible. Thanks
Hi,, populate the Array inside the called function itself and return specify the return type of function as an array. Another possible solution is to use the "out" parameter. please check for the out parameter in C# also Regards ~VInu "Thalia Mei" wrote: > Hi, > > I have a selectNodes("//string") which return couple of items. But i wish to > put this result into an Array object so that can return to the calling > function. Not sure whether it is possible. > > Thanks >