I was wondering if its possible to increase the size of arrays after they are created. the only way i can do it right now is by using custom values of units. there has to be a better way.
Please post this kind of question in the map development forum, next time. Thank you :)
Regarding your question: Nope, there's no way to do that.
You can try to use some workarounds, for example you could store all values in a data table instead (that'd basically be an array of undefined size).
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I was wondering if its possible to increase the size of arrays after they are created. the only way i can do it right now is by using custom values of units. there has to be a better way.
Please post this kind of question in the map development forum, next time. Thank you :)
Regarding your question: Nope, there's no way to do that.
You can try to use some workarounds, for example you could store all values in a data table instead (that'd basically be an array of undefined size).