Don’t ask me why I need it, I’ve tried to find it on the web and have failed.
I need it to find rows of info on my database and per row it creates a array with one row and stores that array in an array and carries on with the rest of the rows.
I will then generate a new word doc per array found in the array of arrays( I can do this myself.)
I’m sorry I don’t make much sense, I don’t really know how to explain this…
Do you mean:
If you don’t actually need to cache the rows you could do this directly in your first loop of course: