I guess it is not that simple..
I'm trying copying those arrays for a long time, still it is not working.

I have found this in the manual:

Quote:
Be aware that arrays are internally treated as a pointer to a memory area. So, sizeof(any_array) always returns 4 because that is the size of a pointer.


This is only info regarding arrays, and so I'm using formula to get size.

Maybe arrays have some more restrictions, their memory is not aligned well, they can not be copied this way, and I'm wasting my time?


What kills me not, that makes me stronger.

***Working on RPG/RTS***