M
Mortimer Schnurd
I'm not quite sure of how to do this and I haven't been able to find
much about it. I'm hoping someone here can help me out.
In a nutshell,: I would like to use a foreach loop to iterate through
an Array which is returned by a method,
foreach ( string groupName in MySplitterFunction(stringToSplit) )
Now, how do I write the method so it returns an Array? Can any one
provide a simple example?
Thanks in advance,
--
Regards,
John Wood a.k.a Mortimer Schnurd
(e-mail address removed)
(to reply: remove "dropthistag")
much about it. I'm hoping someone here can help me out.
In a nutshell,: I would like to use a foreach loop to iterate through
an Array which is returned by a method,
foreach ( string groupName in MySplitterFunction(stringToSplit) )
Now, how do I write the method so it returns an Array? Can any one
provide a simple example?
Thanks in advance,
--
Regards,
John Wood a.k.a Mortimer Schnurd
(e-mail address removed)
(to reply: remove "dropthistag")