Infinite sized array?
#3

But I cannot do either of the following:
pawn Код:
new myarray[][1] =
{
};
Nor:
pawn Код:
new myarray[][1] =
{
   {0}
};
//Later on
myarray[0][0] = blahblah //Returns that 1 is out of bounds.
Reply


Messages In This Thread
Infinite sized array? - by maramizo - 24.07.2012, 21:50
Re: Infinite sized array? - by FUNExtreme - 24.07.2012, 21:53
Re: Infinite sized array? - by maramizo - 24.07.2012, 21:56
Re: Infinite sized array? - by FUNExtreme - 24.07.2012, 22:00
Re: Infinite sized array? - by maramizo - 24.07.2012, 22:02
Re: Infinite sized array? - by FUNExtreme - 24.07.2012, 22:05
Re: Infinite sized array? - by Vince - 24.07.2012, 22:05
Re: Infinite sized array? - by maramizo - 24.07.2012, 22:06
Re: Infinite sized array? - by FUNExtreme - 24.07.2012, 22:08
Re: Infinite sized array? - by leonardo1434 - 24.07.2012, 22:11

Forum Jump:


Users browsing this thread: 1 Guest(s)