I want an array of 16 blank items
I don't want to
this.arConfig = ['','','','','','','','','','','','','','','','',''];
When I try
ArrayResize(this.arConfig, 16);
I get
Is there a way to cleanly load this. Note: I expect that someday 16 won't be enough.