hi,
When an array is returned from a function with return array; Is it returned in the reverse order?
I have a function takes an array as an argument that holds strings which are file locations for some images, the function loads the images and returns an array of them loaded, but the order is reversed.