Change length of array
#1

is there ANY way to dynamicaly change length of array?

in c++ you can do this
pawn Код:
int *a, b = 2;
a = new int[b];
//this will create array a with size 2 (b)
any way to do this in pawn?
Reply


Messages In This Thread
Change length of array - by SEnergy - 01.08.2012, 16:54
Re: Change length of array - by Vince - 01.08.2012, 16:59

Forum Jump:


Users browsing this thread: 1 Guest(s)