Hi all,
I have been stuck on this for some time now. It seems to be a very trivial thing but can't find a solution to it.
How do I extract a subarray from an array?
Suppose I have a two-dimensional array called array_var, how do I get the subarray array_var[0:3,1:2]?
I tried to go through the AS manual but could not find anything...
Thank you in advance for your help.