Array pointer function passing
BlitzMax Forums/BlitzMax Programming/Array pointer function passing The array should be passed as a pointer (instead of copying it)
Yes, an array is always passed by reference.
is there a way to extract (using splicing) a section of a 2d array?
Splicing only works on 1D arrays, so you have to do it manually.