You cannot seriously expect to get a decent reply on such an open question! You should provide a bit more explanation about what you want to achieve and where this data originates. Is this about an array or whatever data structure?
You cannot seriously expect to get a decent reply on such an open question! You should provide a bit more explanation about what you want to achieve and where this data originates. Is this about an array or whatever data structure?
Ronald :cool:
Is that an object? If it is can just use a recursive function with an object as a parameter, and recursing by calling the same function with the child object (if there's any left)
Is that an object? If it is can just use a recursive function with an object as a parameter, and recursing by calling the same function with the child object (if there's any left)
That is obvious. Same applies to multi-dimensional arrays. But what is it you want to say?
Comment