The title may be a little bit confusing, not to mention how disturbing it sounds, but basically, I want all the children of, say, a folder in the workspace, to be turned into a table/array with text. I should probably provide an example:
so,
I have a folder, which contains objects with certain names.
And I want to have a table that is basically the same, but just the names.
So this:
gets turned into this:
someRandomTableName = {“CoolName”, “EvenCoolerName”, “Name”) (etc etc)
I hope you guys got what I meant!
The only important things are the contents, the name of the table is not important whatsoever.