Consider MyArray[100,100]. Instead of doing for y = 0 to 99 and x = 0 to 99 MyArray[a,b] = 0...is there a faster, one lined way to do this?
I'd like to just do a MyArray = Null but of course that'd be too easy.
I'd like to just do a MyArray = Null but of course that'd be too easy.