Dynamic Arrays
By default, arrays have a fixed size.
You can use the ?
symbol to set the array size to whatever it first gets assigned to (this is the default behaviour).
You can make an array re-sizeable by leaving the size empty.
Last updated
Was this helpful?