Is there a way to append to arrays without wiping the array clean?
Basically doing what: Array:String = new String[NewNumElements] does, without wiping the array.
I've tried Array = Array[..NewNumElements] But it doesn't seem to be working.
Basically doing what: Array:String = new String[NewNumElements] does, without wiping the array.
I've tried Array = Array[..NewNumElements] But it doesn't seem to be working.