Dear Friends,
Thanks for previous help.
How can I return more than one value back to the caller please?
Suppose I have to return an array of string from a method?
Thanks
Printable View
Dear Friends,
Thanks for previous help.
How can I return more than one value back to the caller please?
Suppose I have to return an array of string from a method?
Thanks
Do you mean that if you return a String Array. You want to return
specific elements within that array? I would just return the whole array.