I vant something like in c#
int[] numbers = new int[5];
if it just could be
int[] numbers = sys_malloc(size_of(int)*5);
///
int numbers = sys_malloc(size_of(int)*5);
makes it just like one object and i cant make pointers to one from 5 made objects.
At least i didnt managed to do it vithout memory copying, but i dont vant to
double memory size if i can use pointer.

Ou, and thanks. I didnt knev about possibility to make pointer array.I vill try it out and im hoping it vorks good.


Arrovs once will publish game