Re: [Request] Object indexer
can't you just make a map of each fixed number, and give them an incrementing index?
Re: [Request] Object indexer
That would require me to create each object individually, and assigning values before the app can even run its content. It's way too inefficent.
Re: [Request] Object indexer
If you give all the objects a qualifier, the Select Object can choose them by index.
Re: [Request] Object indexer
Quote:
Originally Posted by SortaCore
That would require me to create each object individually, and assigning values before the app can even run its content. It's way too inefficent.
Not quite, you could loop the objects. I think Dynasoft has the answer, anyway.